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