]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/doc-spotlight.stderr
Auto merge of #107141 - notriddle:notriddle/max-lev-distance-2023, r=GuillaumeGomez
[rust.git] / tests / 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    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
8    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
9    = note: `doc(spotlight)` was renamed to `doc(notable_trait)`
10    = note: `doc(spotlight)` is now a no-op
11 note: the lint level is defined here
12   --> $DIR/doc-spotlight.rs:2:9
13    |
14 LL | #![deny(warnings)]
15    |         ^^^^^^^^
16    = note: `#[deny(invalid_doc_attributes)]` implied by `#[deny(warnings)]`
17
18 error: aborting due to previous error
19