File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -957,12 +957,11 @@ pub const EXPLAIN_ALLOW_INTERNAL_UNSTABLE: &'static str =
957
957
"allow_internal_unstable side-steps feature gating and stability checks" ;
958
958
959
959
pub const EXPLAIN_CUSTOM_DERIVE : & ' static str =
960
- "`#[derive]` for custom traits is not stable enough for use. It is deprecated and will \
961
- be removed in v1.15";
960
+ "`#[derive]` for custom traits is deprecated and will be removed in the future." ;
962
961
963
962
pub const EXPLAIN_DEPR_CUSTOM_DERIVE : & ' static str =
964
- "`#[derive]` for custom traits is deprecated and will be removed in v1.15. Prefer using \
965
- procedural macro custom derive";
963
+ "`#[derive]` for custom traits is deprecated and will be removed in the future. \
964
+ Prefer using procedural macro custom derive. ";
966
965
967
966
pub const EXPLAIN_DERIVE_UNDERSCORE : & ' static str =
968
967
"attributes of the form `#[derive_*]` are reserved for the compiler" ;
You can’t perform that action at this time.
0 commit comments