Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"master" toolchain no longer accepts -Z flags #79160

Closed
matthiaskrgr opened this issue Nov 18, 2020 · 5 comments
Closed

"master" toolchain no longer accepts -Z flags #79160

matthiaskrgr opened this issue Nov 18, 2020 · 5 comments
Labels
P-critical Critical priority regression-from-stable-to-nightly Performance or correctness regression from stable to nightly.

Comments

@matthiaskrgr
Copy link
Member

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

error: the option `Z` is only accepted on the nightly compiler
@matthiaskrgr
Copy link
Member Author

@rustbot modify labels: regression-untriaged

@rustbot rustbot added regression-untriaged Untriaged performance or correctness regression. I-prioritize Issue: Indicates that prioritization has been requested for this issue. labels Nov 18, 2020
@matthiaskrgr
Copy link
Member Author

Just saw #79159 , could be related

@pietroalbini
Copy link
Member

This is definitely #79159, sorry about that.

@Stupremee Stupremee added P-critical Critical priority and removed I-prioritize Issue: Indicates that prioritization has been requested for this issue. labels Nov 18, 2020
@Stupremee
Copy link
Member

Assigning P-critical as discussed as part of the Prioritization Working Group procedure and removing I-prioritize.

@LeSeulArtichaut LeSeulArtichaut added regression-from-stable-to-nightly Performance or correctness regression from stable to nightly. and removed regression-untriaged Untriaged performance or correctness regression. labels Nov 18, 2020
@matthiaskrgr
Copy link
Member Author

Fixed by #79159

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P-critical Critical priority regression-from-stable-to-nightly Performance or correctness regression from stable to nightly.
Projects
None yet
Development

No branches or pull requests

5 participants