2021-05-19 22:13:26 -05:00
|
|
|
error: unknown `doc` attribute `spotlight`
|
2024-02-29 07:43:11 -06:00
|
|
|
--> $DIR/doc-spotlight.rs:4:7
|
2021-03-08 21:35:53 -06:00
|
|
|
|
|
|
|
|
LL | #[doc(spotlight)]
|
|
|
|
| ^^^^^^^^^ help: use `notable_trait` instead
|
|
|
|
|
|
2022-09-23 13:34:34 -05:00
|
|
|
= note: `doc(spotlight)` was renamed to `doc(notable_trait)`
|
|
|
|
= note: `doc(spotlight)` is now a no-op
|
2024-02-29 07:43:11 -06:00
|
|
|
= note: `#[deny(invalid_doc_attributes)]` on by default
|
2021-03-08 21:35:53 -06:00
|
|
|
|
2023-11-21 10:44:51 -06:00
|
|
|
error: aborting due to 1 previous error
|
2021-03-08 21:35:53 -06:00
|
|
|
|