You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
= note: `#[warn(invalid_doc_attributes)]` on by default
7
+
note: the lint level is defined here
8
+
--> $DIR/doc-spotlight.rs:2:9
9
+
|
10
+
LL | #![deny(warnings)]
11
+
| ^^^^^^^^
12
+
= note: `#[deny(invalid_doc_attributes)]` implied by `#[deny(warnings)]`
8
13
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
9
14
= note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
10
15
= note: `doc(spotlight)` was renamed to `doc(notable_trait)`
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
13
+
= note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
0 commit comments