| error: unknown `doc` attribute `spotlight` | |
| --> $DIR/doc-spotlight.rs:5:7 | |
| | | |
| LL | #[doc(spotlight)] | |
| | ^^^^^^^^^ help: use `notable_trait` instead | |
| | | |
| = note: `doc(spotlight)` was renamed to `doc(notable_trait)` | |
| = note: `doc(spotlight)` is now a no-op | |
| note: the lint level is defined here | |
| --> $DIR/doc-spotlight.rs:3:9 | |
| | | |
| LL | #![deny(invalid_doc_attributes)] | |
| | ^^^^^^^^^^^^^^^^^^^^^^ | |
| error: aborting due to 1 previous error | |