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
Unfortunately, we can't always offer a machine-applicable suggestion when there are subpatterns from macro expansion.
Co-Authored-By: Guillaume Boisseau <[email protected]>
Copy file name to clipboardExpand all lines: compiler/rustc_mir_build/messages.ftl
+2
Original file line number
Diff line number
Diff line change
@@ -267,6 +267,8 @@ 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 = the semantics of this pattern will change in edition 2024
271
+
270
272
mir_build_rustc_box_attribute_error = `#[rustc_box]` attribute used incorrectly
271
273
.attributes = no other attributes may be applied
272
274
.not_box = `#[rustc_box]` may only be applied to a `Box::new()` call
0 commit comments