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