Sign in
fuchsia
/
third_party
/
rust
/
2e652d7d13ff9f1944b92a4f20248a61a96fe71c
/
.
/
tests
/
rustdoc-ui
/
doc-alias-same-name.rs
blob: da97c26761862aab2ddb0ac100a78f7a186ce511 [
file
]
#![
crate_type
=
"lib"
]
#[
doc
(
alias
=
"Foo"
)]
//~ ERROR
pub
struct
Foo
;