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