mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
17 lines
460 B
Plaintext
17 lines
460 B
Plaintext
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
|
|
|