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 Normal View History

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