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