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
Auto merge of #108640 - matthiaskrgr:rollup-rii4t5t, r=matthiaskrgr
Rollup of 5 pull requests
Successful merges:
- #108516 (Restrict `#[rustc_box]` to `Box::new` calls)
- #108575 (Erase **all** regions when probing for associated types on ambiguity in astconv)
- #108585 (Run compiler test suite in parallel on Fuchsia)
- #108606 (Add test case for mismatched open/close delims)
- #108609 (Highlight whole expression for E0599)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
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