Sign in
rust
/
rust
/
244fc326f23b58bc9db6bd985c59b80098ff14c1
/
.
/
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
{}