Incremental ThinLTO tests attribute rustc_expected_cgu_reuse
ignored
#118972
Labels
A-incr-comp
Area: Incremental compilation
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Currently
rustc_expected_cgu_reuse
is in practice ignored. These tests use that attribute:Step-by-step
kind
field of anyrustc_expected_cgu_reuse
attribute in any test that usesrustc_expected_cgu_reuse
../x test tests/incremental/thinlto
Expected
Test fails since we changed the expected outcome
Actual
Test pass, because
rustc_expected_cgu_reuse
is in practice ignored.Example:
This PR should have failed CI but it didn't: #118971
How to fix
Here is a PR with a fix: #118973
The text was updated successfully, but these errors were encountered: