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