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/locales/en-US.ftl
+6
Original file line number
Diff line number
Diff line change
@@ -374,3 +374,9 @@ mir_build_suggest_let_else = you might want to use `let else` to handle the {$co
374
374
} matched
375
375
376
376
mir_build_suggest_attempted_int_lit = alternatively, you could prepend the pattern with an underscore to define a new named variable; identifiers cannot begin with digits
377
+
378
+
379
+
mir_build_rustc_box_attribute_error = `#[rustc_box]` attribute used incorrectly
380
+
.attributes = no other attributes may be applied
381
+
.not_box = `#[rustc_box]` may only be applied to a `Box::new()` call
382
+
.missing_box = `#[rustc_box]` requires the `owned_box` lang item
0 commit comments