Sign in
rust
/
rust
/
e54a3d33efb5fe255cdc2339e6221bbe253dcd38
/
.
/
tests
/
rustdoc-ui
/
lints
/
doc-spotlight.fixed
blob: 98b0fac87898e7f27e494395b373ec4bd011f19e [
file
] [
log
] [
blame
]
//@ run-rustfix
#![feature(doc_notable_trait)]
#![deny(invalid_doc_attributes)]
#[doc(notable_trait)]
//~^ ERROR unknown `doc` attribute `spotlight`
trait
MyTrait
{}