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