"master" toolchain no longer accepts -Z flags #79160
Labels
P-critical
Critical priority
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
On nightly (
rustc 1.50.0-nightly (c919f490b 2020-11-17
) I can run/home/matthias/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustc ./75323.rs -Zsave-analysis
which works fine, but this no longer works with the master toolchain (c4f836a); this worked yesterday!/home/matthias/.rustup/toolchains/master/bin/rustc ./75323.rs -Zsave-analysis
The text was updated successfully, but these errors were encountered: