]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/doc-spotlight.fixed
Auto merge of #84193 - ehuss:unsafe_op_in_unsafe_fn-docs, r=RalfJung
[rust.git] / src / test / rustdoc-ui / doc-spotlight.fixed
1 // check-pass
2 // run-rustfix
3
4 #![feature(doc_notable_trait)]
5
6 #[doc(notable_trait)]
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 {}