Sign in
fuchsia
/
third_party
/
rust
/
2e10913d41804c24699d33fbef20933d993525cf
/
.
/
tests
/
rustdoc-ui
/
lints
/
invalid-doc-attr-2.rs
blob: de99d5a9e078c29ef9cdeedb9d921077ca6eb1a1 [
file
]
#![
deny
(
invalid_doc_attributes
)]
#![
doc
(
"other attribute"
)]
//~^ ERROR
//~| WARN
#![
doc
]
//~^ ERROR