Sign in
rust
/
rust
/
8a2c6ea4097f8bd2f282af2c491ff58622d12bbe
/
.
/
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
{}