]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/doc-spotlight.stderr
use jemallocator in rustc/rustdoc
[rust.git] / src / test / rustdoc-ui / doc-spotlight.stderr
1 warning: unknown `doc` attribute `spotlight`
2   --> $DIR/doc-spotlight.rs:7:7
3    |
4 LL | #[doc(spotlight)]
5    |       ^^^^^^^^^ help: use `notable_trait` instead
6    |
7    = note: `#[warn(invalid_doc_attributes)]` on by default
8    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
9    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
10    = note: `doc(spotlight)` was renamed to `doc(notable_trait)`
11    = note: `doc(spotlight)` is now a no-op
12
13 warning: 1 warning emitted
14