-
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
fix help for the --print option #38815
Conversation
Since 8285ab5, which was merged in with rust-lang#38061, the help for the --print option is missing the surrounding [ ] around the possible options. Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ rollup Thanks! :) |
📌 Commit 031dd81 has been approved by |
@nikomatsakis Not sure if you want to pull this into the beta since this is a UI break. |
fix help for the --print option Since 8285ab5, which was merged in with rust-lang#38061, the help for the --print option is missing the surrounding [ ] around the possible options. Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Nominated for beta. Seems like a harmless backport. cc @rust-lang/compiler |
FWIW, the output in 1.14.0 is correct. So backporting the fix to beta would cause no user visible regression to occur in a stable release. |
Accepting for beta. Harmless. cc @rust-lang/compiler |
@bors rollup- |
@bors p=1
|
☀️ Test successful - status-appveyor, status-travis |
Since 8285ab5, which was merged in with #38061, the help for the
--print option is missing the surrounding [ ] around the possible
options.
Signed-off-by: Doug Goldstein cardoe@cardoe.com