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