]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/doc-spotlight.rs
Remove rustfmt tests from top-level .gitattributes
[rust.git] / src / test / rustdoc-ui / doc-spotlight.rs
1 // check-pass
2 // run-rustfix
3
4 #![feature(doc_notable_trait)]
5
6 #[doc(spotlight)]
7 //~^ WARN unknown `doc` attribute `spotlight`
8 //~| WARN this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
9 trait MyTrait {}