summary refs log tree commit diff
path: root/src/test/rustdoc-ui/doc-spotlight.fixed
blob: 94b69a99879c073ac12dd0d53fd6359bc5cbdb73 (plain)
1
2
3
4
5
6
7
8
9
// check-pass
// run-rustfix

#![feature(doc_notable_trait)]

#[doc(notable_trait)]
//~^ WARN unknown `doc` attribute `spotlight`
//~| WARN this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
trait MyTrait {}