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