-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Closed
Labels
A-test-infraArea: test infrastructure (may span bootstrap/compiletest/more)Area: test infrastructure (may span bootstrap/compiletest/more)A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcC-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Description
When build.description
is set, various tests fail like
diff of stderr:
4 LL | #![feature(unsized_locals)]
5 | ^^^^^^^^^^^^^^ feature has been removed
6 |
- = note: removed in 1.89.0 (you are using $RUSTC_VERSION)
+ = note: removed in 1.89.0 (you are using $RUSTC_VERSION (for BLFS r12.3-1175))
8 = note: removed due to implementation concerns; see https://github.com/rust-lang/rust/issues/111942
9
10 error: aborting due to 1 previous error
Metadata
Metadata
Assignees
Labels
A-test-infraArea: test infrastructure (may span bootstrap/compiletest/more)Area: test infrastructure (may span bootstrap/compiletest/more)A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcC-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)