-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-incr-compArea: Incremental compilationArea: Incremental compilationC-bugCategory: This is a bug.Category: This is a bug.
Description
See #84970 (comment) and #84960 for other instances of this happening
I've managed to reliably reproduce an optimized_mir
'unstable fingerprint' issue when building rustc. Reproduction steps:
- Clone https://github.com/Aaron1011/rust/ and checkout https://github.com/Aaron1011/rust/tree/optimized-mir-fingerprint
- Run
./x.py clean
followed by./x.py build --stage 1 library/std
- Run:
touch compiler/rustc_middle/src/lib.rs
- Run
./x.py build --stage 1 library/std
You should observe the following error (my config.toml
is included in the gist)
https://gist.github.com/Aaron1011/7eec8b2c584f8c9d2195f521c13d4f01
torhovland
Metadata
Metadata
Assignees
Labels
A-incr-compArea: Incremental compilationArea: Incremental compilationC-bugCategory: This is a bug.Category: This is a bug.