-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Remove mention of --message-format taking multiple values #9173
Conversation
r? @ehuss (rust-highfive has picked a reviewer for you, use r? to override) |
Thanks for bringing this up! So, it does support multiple arguments, but only the Also, when updating the source for the man pages, they need to be rebuilt and the changes committed. The documentation for that is here. |
Ah, I see.
I wasn't entirely sure how to best summarize this, because the rules are a little complicated, so I clarified what could be combined in the documentation for each value.
Done! |
Looks good, thanks! @bors r+ |
📌 Commit d174b77 has been approved by |
☀️ Test successful - checks-actions |
Thanks for merging! |
Update cargo 8 commits in ab64d1393b5b77c66b6534ef5023a1b89ee7bf64..bf5a5d5e5d3ae842a63bfce6d070dfd438cf6070 2021-02-10 00:19:10 +0000 to 2021-02-18 15:49:14 +0000 - Propagate `lto=off` harder (rust-lang/cargo#9182) - refactor: make deref intentions more straightforward (rust-lang/cargo#9183) - Update link for no_std attribute. (rust-lang/cargo#9174) - Remove mention of --message-format taking multiple values (rust-lang/cargo#9173) - Emit warning on env variable case mismatch (rust-lang/cargo#9169) - Implement Rustdoc versioning checks (rust-lang/cargo#8640) - Bump to 0.53.0, update changelog (rust-lang/cargo#9168) - Prevent testsuite from loading config out of sandbox. (rust-lang/cargo#9164)
I tried passing multiple values to
--message-format
, as is mentioned in the docs, and it didn't work:It's entirely possible I misunderstood the docs, but just in case I didn't, I thought I'd open this PR to remove the bit that mentions that the flag accepts multiple values.