rust/tests/rustdoc-ui/lints/doc-spotlight.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
371 B
Plaintext
Raw Permalink Normal View History

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
|
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
error: aborting due to 1 previous error