Skip to content

Conversation

@Zalathar
Copy link
Member

@Zalathar Zalathar commented Nov 17, 2025

Successful merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

nxsaken and others added 26 commits November 9, 2025 20:21
Had to tweak linking options in target spec to make it work
(see moturus/motor-os#46).
There is no compelling reason to use this alias instead of the full target
name.
add larger test for `proc_macro` `FromStr` implementations

Currently, there are only few tests that check the output of `TokenStream::from_str` and `Literal::from_str` (which is somewhat understandable as the rustc implementation just delegates these calls to the parser). In preparation for both the standalone backend (rust-lang#130856) which will probably need to reimplement this logic as well as for removing panics from these functions (rust-lang#58736), this PR adds a test which shows the various messy ways of how these functions report errors and the return values for successful parses.
Followup PRs such as rust-lang#147859 will change more and more of these "diagnostic + error"s into `LexErrors`.

The test structure with the extra module is used to allow reusing it later easily for the standalone backend.
…r=scottmcm

Constify `ManuallyDrop::take`

Feature: `const_manually_drop_take`
Tracking issue: rust-lang#148773

This PR constifies `ManuallyDrop::take`.
Error if an autodiff user does not set lto=fat

Based on your feedback, I started to provide a nice error message for a lack of `lto=fat`, instead of us forcing it.

In a next step, we should replace  `RUSTFLAGS="-Zautodiff=Enable"` with another Cargo.toml setting, as discussed here: rust-lang#147487 (comment)

As another improvement, we should also figure out why rlib builds do not properly obey the fat=lto setting.

```````@bjorn3```````
add note to `lines` docs about empty str behavior

This pull request adds a short note to the documentation for `str::lines` that describes the behavior of the resulting iterator when called on an empty string. I tripped over this a few days ago because I thought (incorrectly) that the iterator would return a single line with an empty string. I don't doubt that the actual behavior (return no lines) is the correct behavior, but in the absence of explicit documentation describing it, I came to the wrong conclusion about it and maybe others will too. If this is so obvious as to be not worth including, I'm happy to withdraw the pull request! Thanks for taking a look.
Run codegen tests on a 32-bit target in PR CI

wasm32-wasip1 is the wasm target used in test-various. So using it somewhere else seems like a good bet.
…up, r=jieyouxu

Abi compatibility test cleanup

r? `@jieyouxu`

- moves `NonNull` (and some friends) into `minicore.rs` so it can be re-used.
- tests the abi compatibility of a couple more targets. It's useful to have a comprehensive overview of all ABIs that rust has some amount of support for, e.g. testing for c-variadic or guaranteed tail calls (cc rust-lang#148748)
…ouxu

Tweak Motor OS linker preset, fix `remote-test-server` for Motor OS

Had to tweak linking options in target spec to make it work (see moturus/motor-os#46).
… r=jieyouxu

compiletest: Avoid race condition in file deletion

Fixes rust-lang#149003

There is a TOCTOU when multiple threads attempt to delete the same file. Instead of pre-checking if the file exists, we can simply ignore `NotFound` errors.
…ouxu

triagebot: remove jsha from notifications for rustdoc HTML

See rust-lang/team#2083 - I'm moving to alumni status for rustdoc and no longer need these notifications.
compiletest: Remove the "wasm32-bare" alias for `wasm32-unknown-unknown`

- Follow-up to rust-lang#148969

This "wasm32-bare" alias, understood by compiletest's `//@ ignore-wasm32-bare` and `//@ only-wasm32-bare` directives, dates all the way back to the original introduction of the `wasm32-unknown-unknown` target in rust-lang#45905.

But there is no compelling reason to use an alias instead of the full target name.

r? jieyouxu
@rustbot rustbot added A-CI Area: Our Github Actions CI A-compiletest Area: The compiletest test runner A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-meta Area: Issues & PRs about the rust-lang/rust repository itself labels Nov 17, 2025
@rustbot rustbot added A-run-make Area: port run-make Makefiles to rmake.rs A-rustc-dev-guide Area: rustc-dev-guide A-test-infra-minicore Area: `minicore` test auxiliary and `//@ add-core-stubs` A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue. rollup A PR which is a rollup labels Nov 17, 2025
@Zalathar
Copy link
Member Author

Rollup of everything, replacing #149012.

@bors r+ rollup=never p=5

@bors
Copy link
Collaborator

bors commented Nov 17, 2025

📌 Commit 06304ef has been approved by Zalathar

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Nov 17, 2025
@bors
Copy link
Collaborator

bors commented Nov 17, 2025

⌛ Testing commit 06304ef with merge cc328c1...

@bors
Copy link
Collaborator

bors commented Nov 17, 2025

☀️ Test successful - checks-actions
Approved by: Zalathar
Pushing cc328c1 to main...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Nov 17, 2025
@bors bors merged commit cc328c1 into rust-lang:main Nov 17, 2025
12 checks passed
@rustbot rustbot added this to the 1.93.0 milestone Nov 17, 2025
@github-actions
Copy link
Contributor

What is this? This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.

Comparing 89fe961 (parent) -> cc328c1 (this PR)

Test differences

Show 1394 test diffs

Stage 1

  • [codegen] tests/codegen-llvm/abi-efiapi.rs#arm: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/abi-win64-zst.rs#windows-gnu: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/abi-x86-interrupt.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/abi-x86_64_sysv.rs: [missing] -> ignore (only executed when the architecture is x86_64) (J0)
  • [codegen] tests/codegen-llvm/addr-of-mutate.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/align-byval.rs#x86_64-windows: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/async-closure-debug.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/bigint-helpers.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/branch-protection.rs#PACRET: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/cf-protection.rs#undefined: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/cffi/c-variadic-ffi.rs#arm32: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/cfguard-non-msvc.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/char-escape-debug-no-bounds-check.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/codemodels.rs#NOMODEL: [missing] -> ignore (only executed when the architecture is x86_64) (J0)
  • [codegen] tests/codegen-llvm/cold-call-declare-and-call.rs#WIN: [missing] -> ignore (only executed when the architecture is x86_64) (J0)
  • [codegen] tests/codegen-llvm/common_prim_int_ptr.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/consts.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/cross-crate-inlining/leaf-inlining.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/dealloc-no-unwind.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/debuginfo-dse.rs#OPTIMIZED: [missing] -> ignore (only executed when the pointer width is 64bit) (J0)
  • [codegen] tests/codegen-llvm/drop.rs: [missing] -> ignore (ignored on targets without unwinding support (- this test verifies the amount of drop calls when unwinding is used)) (J0)
  • [codegen] tests/codegen-llvm/error-provide.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/float/algebraic.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/float/f128.rs#emscripten: [missing] -> ignore (only executed when the operating system is emscripten) (J0)
  • [codegen] tests/codegen-llvm/float/f16-f128-inline.rs#nopt: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/frame-pointer-cli-control.rs#aarch64-apple: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/frame-pointer.rs#x64-apple: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/infallible-unwrap-in-opt-z.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/instrument-coverage/testprog.rs#LINUX: [missing] -> ignore (only executed when the operating system is linux) (J0)
  • [codegen] tests/codegen-llvm/instrument-coverage/testprog.rs#WIN: [missing] -> ignore (only executed when the operating system is windows) (J0)
  • [codegen] tests/codegen-llvm/intrinsics/prefetch.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/intrinsics/rustc_intrinsic_must_be_overridden.rs#OPT0: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/intrinsics/three_way_compare.rs#OPTIM: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/intrinsics/transmute-x64.rs: [missing] -> ignore (only executed when the architecture is x86_64 ((it's using arch-specific types))) (J0)
  • [codegen] tests/codegen-llvm/issues/and-masked-comparison-131162.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/issues/issue-107681-unwrap_unchecked.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/issues/issue-114312.rs: [missing] -> ignore (only executed when the target is x86_64-unknown-linux-gnu) (J0)
  • [codegen] tests/codegen-llvm/issues/issue-115385-llvm-jump-threading.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/issues/issue-32031.rs#x86: [missing] -> ignore (only executed when the target rustc_abi is rustc_abi-x86-sse2) (J0)
  • [codegen] tests/codegen-llvm/issues/issue-32364.rs: [missing] -> ignore (only executed when the architecture is x86) (J0)
  • [codegen] tests/codegen-llvm/issues/issue-47278.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/issues/issue-96497-slice-size-nowrap.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/issues/issue-98678-async.rs#NONMSVC: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/issues/issue-98678-struct-union.rs#MSVC: [missing] -> ignore (only executed when the target environment is msvc) (J0)
  • [codegen] tests/codegen-llvm/link_section.rs: [missing] -> ignore (ignored when the architecture is wasm32 (custom sections work differently on wasm)) (J0)
  • [codegen] tests/codegen-llvm/local-generics-in-exe-internalized.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/mainsubprogram.rs: [missing] -> ignore (ignored when the operating system is wasi) (J0)
  • [codegen] tests/codegen-llvm/meta-filecheck/revision-prefix.rs#BAD: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/move-operands.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/naked-fn/instruction-set.rs#thumb-mode: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/naked-fn/naked-functions.rs#win_i686: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/no-jump-tables.rs#set_no: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/no-jump-tables.rs#unset: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/no-plt.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/non-terminate/nonempty-infinite-loop.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/panic-in-drop-abort.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/patchable-function-entry/patchable-function-entry-no-flag.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/ptr-arithmetic.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/refs.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/regparm-inreg.rs#regparm1: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/repeat-operand-zero-len.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/repr/transparent-imm-array.rs#arm-linux: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/repr/transparent-opaque-ptr.rs#aarch64-linux: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/riscv-abi/cast-local-large-enough.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/riscv-target-abi.rs#riscv64gc: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/sanitizer/cfi/emit-type-checks.rs: [missing] -> ignore (ignored on targets without CFI sanitizer) (J0)
  • [codegen] tests/codegen-llvm/sanitizer/cfi/emit-type-metadata-id-itanium-cxx-abi-paths.rs: [missing] -> ignore (ignored on targets without CFI sanitizer) (J0)
  • [codegen] tests/codegen-llvm/sanitizer/cfi/emit-type-metadata-id-itanium-cxx-abi-pointer-types.rs: [missing] -> ignore (ignored on targets without CFI sanitizer) (J0)
  • [codegen] tests/codegen-llvm/sanitizer/kcfi/emit-kcfi-operand-bundle-itanium-cxx-abi.rs#x86_64: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/sanitizer/kcfi/emit-kcfi-operand-bundle.rs#aarch64: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/sanitizer/kcfi/emit-kcfi-operand-bundle.rs#x86_64: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/sanitizer/kcfi/emit-type-metadata-trait-objects.rs#aarch64: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/sanitizer/kcfi/fn-ptr-reify-shim.rs#aarch64: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/sanitizer/kcfi/naked-function.rs#x86_64: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/sanitizer/memory-track-origins.rs#MSAN-2-LTO: [missing] -> ignore (ignored on targets without memory sanitizer) (J0)
  • [codegen] tests/codegen-llvm/sanitizer/sanitize-off-asan-kasan.rs#aarch64: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/sanitizer/sanitize-off-asan-kasan.rs#riscv64imac: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/scalar-pair-bool.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/simd-intrinsic/simd-intrinsic-float-exp.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/simd-intrinsic/simd-intrinsic-mask-reduce.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/slice-as_chunks.rs: [missing] -> ignore (only executed when the pointer width is 64bit ((because the LLVM type of i64 for usize shows up))) (J0)
  • [codegen] tests/codegen-llvm/some-abis-do-extend-params-to-32-bits.rs#aarch64-linux: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/some-abis-do-extend-params-to-32-bits.rs#arm: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/src-hash-algorithm/src-hash-algorithm-sha1.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/sse42-implies-crc32.rs: [missing] -> ignore (only executed when the architecture is x86_64) (J0)
  • [codegen] tests/codegen-llvm/stack-probes-inline.rs#s390x: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/step_by-overflow-checks.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/swap-small-types.rs: [missing] -> ignore (ignored when std is built with debug assertions ((ptr::swap_nonoverlapping has one which blocks some optimizations))) (J0)
  • [codegen] tests/codegen-llvm/transmute-scalar.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/tune-cpu-on-functions.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/uninit-consts.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/unwind-abis/c-unwind-abi-panic-abort.rs#WASM: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/unwind-abis/nounwind.rs: [missing] -> ignore (ignored on targets without unwinding support) (J0)
  • [codegen] tests/codegen-llvm/unwind-abis/vectorcall-unwind-abi.rs: [missing] -> pass (J0)
  • [codegen] tests/codegen-llvm/unwind-and-panic-abort.rs#NONWASM: [missing] -> ignore (ignored when the architecture is wasm32) (J0)
  • [codegen] tests/codegen-llvm/unwind-landingpad-cold.rs: [missing] -> ignore (ignored on targets without unwinding support) (J0)
  • [codegen] tests/codegen-llvm/vtable-upcast.rs: [missing] -> pass (J0)

Stage 2

  • [ui] tests/ui/abi/compatibility.rs#aix: [missing] -> ignore (gcc backend is marked as ignore) (J1)
  • [ui] tests/ui/abi/compatibility.rs#loongarch32: [missing] -> ignore (gcc backend is marked as ignore) (J1)
  • [ui] tests/ui/proc-macro/nonfatal-parsing.rs: [missing] -> ignore (gcc backend is marked as ignore) (J1)

(and 886 additional test diffs)

Additionally, 408 doctest diffs were found. These are ignored, as they are noisy.

Job group index

Test dashboard

Run

cargo run --manifest-path src/ci/citool/Cargo.toml -- \
    test-dashboard cc328c12382f05d8ddf6ffc8139deb7985270ad8 --output-dir test-dashboard

And then open test-dashboard/index.html in your browser to see an overview of all executed tests.

Job duration changes

  1. dist-apple-various: 3013.4s -> 4093.5s (+35.8%)
  2. aarch64-gnu-debug: 4882.9s -> 4124.3s (-15.5%)
  3. x86_64-msvc-1: 9253.8s -> 10573.6s (+14.3%)
  4. aarch64-apple: 8879.6s -> 7667.6s (-13.7%)
  5. x86_64-gnu-llvm-20-1: 3308.3s -> 3682.5s (+11.3%)
  6. dist-x86_64-apple: 7459.3s -> 6772.1s (-9.2%)
  7. dist-aarch64-msvc: 6144.6s -> 5636.3s (-8.3%)
  8. dist-android: 1530.4s -> 1655.8s (+8.2%)
  9. pr-check-2: 2426.3s -> 2601.2s (+7.2%)
  10. dist-x86_64-msvc-alt: 9075.1s -> 9623.9s (+6.0%)
How to interpret the job duration changes?

Job durations can vary a lot, based on the actual runner instance
that executed the job, system noise, invalidated caches, etc. The table above is provided
mostly for t-infra members, for simpler debugging of potential CI slow-downs.

@rust-timer
Copy link
Collaborator

📌 Perf builds for each rolled up PR:

PR# Message Perf Build Sha
#148505 add larger test for proc_macro FromStr implementations ad5bef5e7e71cbdfc7f592b6f6538144bd464c72 (link)
#148752 Constify ManuallyDrop::take 05f7da070288d79d697e9ba4df4f0c0141a900a4 (link)
#148757 Constify mem::take 0b9ba3dd25fbbb625dc15016a72dfafaf54ff526 (link)
#148855 Error if an autodiff user does not set lto=fat 81f12c3b6f918b4605476f98ed0e7ac52022325b (link)
#148912 add note to lines docs about empty str behavior 0c0f57f936d7ebb77402c9b711630652893e1148 (link)
#148958 Run codegen tests on a 32-bit target in PR CI 96da158a87c298d64b10782bc77447af84f1d88f (link)
#148994 Abi compatibility test cleanup fc09e7106d446e26edd9bfaa8b63d84483ef1360 (link)
#148999 Tweak Motor OS linker preset, fix remote-test-server for … 429fdaef1b2e64f43bd5a424ea69ca8a3a9e7661 (link)
#149004 compiletest: Avoid race condition in file deletion 02165f950df4b3d0f9c2449147306f5be24fd92e (link)
#149008 triagebot: remove jsha from notifications for rustdoc HTML 28fa02c7f605ffb319bf0cd1c05e492d43a863b9 (link)
#149010 compiletest: Remove the "wasm32-bare" alias for `wasm32-unk… f83ca5cc48adfd0c4916963b131bc96c5d0c0e2f (link)

previous master: 89fe96197d

In the case of a perf regression, run the following command for each PR you suspect might be the cause: @rust-timer build $SHA

@rust-timer
Copy link
Collaborator

Finished benchmarking commit (cc328c1): comparison URL.

Overall result: ✅ improvements - no action needed

@rustbot label: -perf-regression

Instruction count

Our most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.

mean range count
Regressions ❌
(primary)
- - 0
Regressions ❌
(secondary)
- - 0
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
-0.0% [-0.0%, -0.0%] 1
All ❌✅ (primary) - - 0

Max RSS (memory usage)

Results (secondary -0.5%)

A less reliable metric. May be of interest, but not used to determine the overall result above.

mean range count
Regressions ❌
(primary)
- - 0
Regressions ❌
(secondary)
- - 0
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
-0.5% [-0.5%, -0.5%] 1
All ❌✅ (primary) - - 0

Cycles

Results (secondary -3.3%)

A less reliable metric. May be of interest, but not used to determine the overall result above.

mean range count
Regressions ❌
(primary)
- - 0
Regressions ❌
(secondary)
- - 0
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
-3.3% [-3.3%, -3.3%] 1
All ❌✅ (primary) - - 0

Binary size

This benchmark run did not return any relevant results for this metric.

Bootstrap: 476.458s -> 474.713s (-0.37%)
Artifact size: 388.72 MiB -> 388.74 MiB (0.00%)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-CI Area: Our Github Actions CI A-compiletest Area: The compiletest test runner A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-meta Area: Issues & PRs about the rust-lang/rust repository itself A-run-make Area: port run-make Makefiles to rmake.rs A-rustc-dev-guide Area: rustc-dev-guide A-test-infra-minicore Area: `minicore` test auxiliary and `//@ add-core-stubs` A-testsuite Area: The testsuite used to check the correctness of rustc merged-by-bors This PR was explicitly merged by bors. rollup A PR which is a rollup S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.