File tree 1 file changed +3
-3
lines changed
compiler/rustc_lint_defs/src
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4052,12 +4052,12 @@ declare_lint! {
4052
4052
///
4053
4053
/// The compiler disables the automatic implementation if an explicit one
4054
4054
/// exists for given type constructor. The exact rules governing this
4055
- /// are currently unsound, quite subtle, and will be modified in the future .
4056
- /// This change will cause the automatic implementation to be disabled in more
4055
+ /// were previously unsound, quite subtle, and have been recently modified .
4056
+ /// This change caused the automatic implementation to be disabled in more
4057
4057
/// cases, potentially breaking some code.
4058
4058
pub SUSPICIOUS_AUTO_TRAIT_IMPLS ,
4059
4059
Warn ,
4060
- "the rules governing auto traits will change in the future " ,
4060
+ "the rules governing auto traits have recently changed resulting in potential breakage " ,
4061
4061
@future_incompatible = FutureIncompatibleInfo {
4062
4062
reason: FutureIncompatibilityReason :: FutureReleaseSemanticsChange ,
4063
4063
reference: "issue #93367 <https://github.com/rust-lang/rust/issues/93367>" ,
You can’t perform that action at this time.
0 commit comments