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: "Public API sealed trait became unconditionally sealed",
4
-
description: "A trait that was previously only sealed to public API consumers is now unconditionally sealed.
5
-
This change prevents all external implementations, including from related first-party crates
6
-
that might have relied on private API access",
4
+
description: "A public API sealed traitis now unconditionally sealed, blocking all external implementations, including first-party crates relying on non-public API access.",
error_message: "A public API sealed trait is now unconditionally sealed, preventing all external implementations.
51
-
This change impacts related first-party crates (e.g., derive macros or other internal tooling)
52
-
that previously could implement the trait using non-public API",
51
+
error_message: "A public API sealed trait is now fully sealed, blocking all external implementations, including first-party crates relying on non-public API.",
53
52
per_result_error_template: Some("trait {{join \"::\" path}} in file {{span_filename}}:{{span_begin_line}}"),
0 commit comments