blob: 9682a3c0c8be5ece68d4a2d7319e2fd5e5a91143 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
error: unknown `doc` attribute `spotlight`
--> $DIR/doc-spotlight.rs:4: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: `#[deny(invalid_doc_attributes)]` on by default
error: aborting due to 1 previous error
|