@@ -64,15 +64,15 @@ error: `#[deprecated]` attribute cannot be used on where predicates
6464LL | #[deprecated] T: Trait,
6565 | ^^^^^^^^^^^^^
6666 |
67- = help: `#[deprecated]` can be applied to functions, data types, modules, unions, constants, statics, macro defs, type aliases, use statements, struct fields, traits, associated types, associated consts, enum variants, inherent impl blocks, crates
67+ = help: `#[deprecated]` can be applied to functions, data types, modules, unions, constants, statics, macro defs, type aliases, use statements, foreign statics, struct fields, traits, associated types, associated consts, enum variants, inherent impl blocks, crates
6868
6969error: `#[deprecated]` attribute cannot be used on where predicates
7070 --> $DIR/unsupported_attribute.rs:25:5
7171 |
7272LL | #[deprecated] 'a: 'static,
7373 | ^^^^^^^^^^^^^
7474 |
75- = help: `#[deprecated]` can be applied to functions, data types, modules, unions, constants, statics, macro defs, type aliases, use statements, struct fields, traits, associated types, associated consts, enum variants, inherent impl blocks, crates
75+ = help: `#[deprecated]` can be applied to functions, data types, modules, unions, constants, statics, macro defs, type aliases, use statements, foreign statics, struct fields, traits, associated types, associated consts, enum variants, inherent impl blocks, crates
7676
7777error: `#[automatically_derived]` attribute cannot be used on where predicates
7878 --> $DIR/unsupported_attribute.rs:26:5
0 commit comments