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
human_readable_name: "Unconditionally sealed trait became unsealed",
4
-
description: "A trait that was previously unconditionally sealed is now unsealed, allowing downstream crates to implement it. This change introduces potential long-term stability risks, as reverting it in the future would be a breaking change",
4
+
description: "An unconditionally sealed trait is now unsealed, allowing downstream crates to implement it and reverting this in the future would be a breaking change.",
error_message: "An unconditionally sealed trait is now unsealed, allowing downstream crates to implement it.
49
-
This change introduces potential stability risks because if it needs to be re-sealed in the future,
50
-
it would be a breaking change.",
51
+
error_message: "An unconditionally sealed trait is now unsealed, allowing downstream crates to implement it and resealing it later would be a breaking change.",
51
52
per_result_error_template: Some("trait {{join \"::\" path}} in file {{span_filename}}:{{span_begin_line}}"),
0 commit comments