Sign in
fuchsia
/
third_party
/
rust
/
ae60ebd46daace4af7eae5e254b39f55b8b51e92
/
.
/
tests
/
rustdoc-ui
/
doc-alias-crate-level.rs
blob: 70618ac01dfbb96178450ec7de9dc63888cf23ec [
file
] [
log
] [
blame
]
#![
doc
(
alias
=
"crate-level-not-working"
)]
//~ ERROR
#[
doc
(
alias
=
"shouldn't work!"
)]
//~ ERROR
pub
fn
foo
()
{}