-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Set short-message feature unstable #46005
Conversation
src/librustc/session/config.rs
Outdated
} else { | ||
early_error(error_format, | ||
&format!("the `-Z unstable-options` flag must also be passed to \ | ||
enable the target-spec-json print option")); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is "target-spec-json" the right thing to say here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No. Good catch, thanks!
also:
|
7d1462a
to
540dda4
Compare
|
So inconvenient to not be able to compile the code haha. |
540dda4
to
f3931c0
Compare
Please update |
f3931c0
to
9338b49
Compare
@bors: r+ |
📋 Looks like this PR is still in progress, ignoring approval |
@GuillaumeGomez is this PR ready to be merged? If yes, please remove the “WIP” from the title. |
Yes it is, sorry about that. @bors: r=nrc |
📌 Commit 9338b49 has been approved by |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit 9338b49 has been approved by |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit 9338b49 has been approved by |
Set short-message feature unstable Fixes rust-lang#45995. r? @nrc
@bors: p=1000 |
@GuillaumeGomez Since this is included in the rollup #46029, should that be closed or what Edit: I'll just give the rollup a higher priority. @bors p=1 |
Fixes #45995.
r? @nrc