Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c683403

Browse files
committedJun 18, 2025·
Auto merge of #142685 - Kobzol:rollup-8f3g8yf, r=Kobzol
Rollup of 11 pull requests Successful merges: - #140774 (Affirm `-Cforce-frame-pointers=off` does not override) - #141610 (Stabilize `feature(generic_arg_infer)`) - #142383 (CodeGen: rework Aggregate implemention for rvalue_creates_operand cases) - #142591 (Add spawn APIs for BootstrapCommand to support deferred command execution) - #142619 (apply clippy::or_fun_call) - #142624 (Actually take `--build` into account in bootstrap) - #142627 (Add `StepMetadata` to describe steps) - #142660 (remove joboet from review rotation) - #142666 (Skip tidy triagebot linkcheck if `triagebot.toml` doesn't exist) - #142672 (Clarify bootstrap tools description) - #142674 (remove duplicate crash test) r? `@ghost` `@rustbot` modify labels: rollup
2 parents f9c15f4 + a0a6db2 commit c683403

File tree

113 files changed

+917
-1446
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+917
-1446
lines changed
 

‎Cargo.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3474,11 +3474,9 @@ name = "rustc_codegen_ssa"
34743474
version = "0.0.0"
34753475
dependencies = [
34763476
"ar_archive_writer",
3477-
"arrayvec",
34783477
"bitflags",
34793478
"bstr",
34803479
"cc",
3481-
"either",
34823480
"itertools",
34833481
"libc",
34843482
"object 0.37.0",

‎compiler/rustc_ast_lowering/messages.ftl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,6 @@ ast_lowering_template_modifier = template modifier
172172
173173
ast_lowering_this_not_async = this is not `async`
174174
175-
ast_lowering_underscore_array_length_unstable =
176-
using `_` for array lengths is unstable
177-
178175
ast_lowering_underscore_expr_lhs_assign =
179176
in expressions, `_` can only be used on the left-hand side of an assignment
180177
.label = `_` not allowed here

0 commit comments

Comments
 (0)