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
Copy file name to clipboardExpand all lines: compiler/rustc_mir_build/messages.ftl
+1-1
Original file line number
Diff line number
Diff line change
@@ -267,7 +267,7 @@ mir_build_pointer_pattern = function pointers and raw pointers not derived from
267
267
268
268
mir_build_privately_uninhabited = pattern `{$witness_1}` is currently uninhabited, but this variant contains private fields which may become inhabited in the future
269
269
270
-
mir_build_rust_2024_incompatible_pat = this pattern's semantics will change in edition 2024
270
+
mir_build_rust_2024_incompatible_pat = the semantics of this pattern will change in edition 2024
271
271
272
272
mir_build_rustc_box_attribute_error = `#[rustc_box]` attribute used incorrectly
0 commit comments