]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/doc-spotlight.stderr
Delay span bug when failing to normalize negative coherence impl subject due to other...
[rust.git] / src / test / rustdoc-ui / doc-spotlight.stderr
1 error: unknown `doc` attribute `spotlight`
2   --> $DIR/doc-spotlight.rs:5:7
3    |
4 LL | #[doc(spotlight)]
5    |       ^^^^^^^^^ help: use `notable_trait` instead
6    |
7 note: the lint level is defined here
8   --> $DIR/doc-spotlight.rs:2:9
9    |
10 LL | #![deny(warnings)]
11    |         ^^^^^^^^
12    = note: `#[deny(invalid_doc_attributes)]` implied by `#[deny(warnings)]`
13    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
14    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
15    = note: `doc(spotlight)` was renamed to `doc(notable_trait)`
16    = note: `doc(spotlight)` is now a no-op
17
18 error: aborting due to previous error
19