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