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