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 f081cca

Browse files
committedJun 18, 2025·
Auto merge of #142665 - Kobzol:rollup-3x1yh6c, r=Kobzol
Rollup of 12 pull requests Successful merges: - #135656 (Add `-Z hint-mostly-unused` to tell rustc that most of a crate will go unused) - #140774 (Affirm `-Cforce-frame-pointers=off` does not override) - #141610 (Stabilize `feature(generic_arg_infer)`) - #142123 (Implement initial support for timing sections (`--json=timings`)) - #142383 (CodeGen: rework Aggregate implemention for rvalue_creates_operand cases) - #142502 (rustdoc_json: improve handling of generic args) - #142591 (Add spawn APIs for BootstrapCommand to support deferred command execution) - #142606 (AsyncDrop trait without sync Drop generates an error) - #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) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 6f935a0 + c4908de commit f081cca

File tree

128 files changed

+1246
-1375
lines changed

Some content is hidden

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

128 files changed

+1246
-1375
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)