We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
optimized_mir
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:
./x.py clean
./x.py build --stage 1 library/std
touch compiler/rustc_middle/src/lib.rs
You should observe the following error (my config.toml is included in the gist)
config.toml
https://gist.github.com/Aaron1011/7eec8b2c584f8c9d2195f521c13d4f01
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:./x.py cleanfollowed by./x.py build --stage 1 library/std./x.py build --stage 1 library/stdYou should observe the following error (my
config.tomlis included in the gist)https://gist.github.com/Aaron1011/7eec8b2c584f8c9d2195f521c13d4f01