Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
c4b90dfdc53882e139a2ca18ecc0cbadf56a1e40
/
.
/
src
/
test
/
rustdoc-ui
/
doc-alias-same-name.rs
blob: da97c26761862aab2ddb0ac100a78f7a186ce511 [
file
] [
log
] [
blame
]
#![
crate_type
=
"lib"
]
#[
doc
(
alias
=
"Foo"
)]
//~ ERROR
pub
struct
Foo
;