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
error: `#[deprecated]` attribute cannot be used on trait impl blocks
86
-
--> $DIR/deprecation-sanity.rs:37:1
99
+
--> $DIR/deprecation-sanity.rs:40:1
87
100
|
88
101
LL | #[deprecated = "hello"]
89
102
| ^^^^^^^^^^^^^^^^^^^^^^^
@@ -92,7 +105,7 @@ LL | #[deprecated = "hello"]
92
105
= help: `#[deprecated]` can be applied to associated consts, associated types, constants, crates, data types, enum variants, foreign statics, functions, inherent impl blocks, macro defs, modules, statics, struct fields, traits, type aliases, and use statements
93
106
= note: `#[deny(useless_deprecated)]` on by default
94
107
95
-
error: aborting due to 10 previous errors
108
+
error: aborting due to 11 previous errors
96
109
97
110
Some errors have detailed explanations: E0538, E0539, E0565.
98
111
For more information about an error, try `rustc --explain E0538`.
0 commit comments