blob: c1f90dd442b259e62faf675fd66eedf893cdf456 [file] [log] [blame]
//@ run-rustfix
#![feature(doc_notable_trait)]
#[doc(spotlight)]
//~^ ERROR unknown `doc` attribute `spotlight`
trait MyTrait {}