]> git.proxmox.com Git - rustc.git/blob - src/test/rustdoc-ui/doc-spotlight.fixed
New upstream version 1.54.0+dfsg1
[rustc.git] / src / test / rustdoc-ui / doc-spotlight.fixed
1 // run-rustfix
2 #![deny(warnings)]
3 #![feature(doc_notable_trait)]
4
5 #[doc(notable_trait)]
6 //~^ ERROR unknown `doc` attribute `spotlight`
7 //~| WARN this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
8 trait MyTrait {}