about summary refs log tree commit diff
path: root/tests/rustdoc-ui/lints/doc-spotlight.fixed
blob: 0f8f11a9430e4e0ea4eb7b79418d4fbfeaad2787 (plain)
1
2
3
4
5
6
//@ run-rustfix
#![feature(doc_notable_trait)]

#[doc(notable_trait)]
//~^ ERROR unknown `doc` attribute `spotlight`
trait MyTrait {}