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