Skip to content

Make "all possible cases" help message uniform with existing help messages #55664

New issue

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

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

Already on GitHub? # to your account

Merged
merged 1 commit into from
Nov 6, 2018

Conversation

varkor
Copy link
Member

@varkor varkor commented Nov 3, 2018

Specifically no capitalisation or trailing full stops.

@rust-highfive
Copy link
Contributor

r? @zackmdavis

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 3, 2018
@zackmdavis
Copy link
Member

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Nov 3, 2018

📌 Commit a34b19cd39f70608c4e6056bee55086f2a6217d1 has been approved by zackmdavis

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Nov 3, 2018
@@ -238,8 +238,8 @@ impl<'a, 'tcx> MatchVisitor<'a, 'tcx> {
is non-empty",
pat_ty));
span_help!(&mut err, scrut.span,
"Please ensure that all possible cases are being handled; \
possibly adding wildcards or more match arms.");
"ensure that all possible cases are being handled; \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"ensure that all possible cases are being handled; \
"ensure that all possible cases are being handled, \

Actually, while we're here, could we also change this semicolon to a comma? The "possibly by adding" isn't an independent clause.

@zackmdavis
Copy link
Member

@bors r-

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Nov 3, 2018
…sages

Specifically no capitalisation or trailing full stops.
@varkor varkor force-pushed the all-possible-cases-message branch from a34b19c to 8277ba2 Compare November 3, 2018 23:53
@varkor
Copy link
Member Author

varkor commented Nov 3, 2018

@bors r=zackmdavis rollup

@bors
Copy link
Collaborator

bors commented Nov 3, 2018

📌 Commit 8277ba2 has been approved by zackmdavis

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Nov 3, 2018
@zackmdavis zackmdavis dismissed their stale review November 4, 2018 00:18

addressed

kennytm added a commit to kennytm/rust that referenced this pull request Nov 6, 2018
…r=zackmdavis

Make "all possible cases" help message uniform with existing help messages

Specifically no capitalisation or trailing full stops.
bors added a commit that referenced this pull request Nov 6, 2018
Rollup of 11 pull requests

Successful merges:

 - #55490 (resolve: Fix ICE in macro import error recovery)
 - #55597 (std: Enable usage of `thread_local!` through imports)
 - #55601 (Fix tracking issue numbers for some unstable features)
 - #55621 (Add precision for create_dir function)
 - #55644 (ci: Add Dockerfile for dist-powerpcspe-linux)
 - #55664 (Make "all possible cases" help message uniform with existing help messages)
 - #55689 (miri: binary_op_val -> binary_op_imm)
 - #55694 (Fixes #31076)
 - #55696 (NLL Diagnostic Review 3: Missing errors for borrows of union fields)
 - #55700 (Update ui tests with respect to NLL)
 - #55703 (Update `configure --help` (via configure.py) to reflect decoupling of debug+optimize)
@bors bors merged commit 8277ba2 into rust-lang:master Nov 6, 2018
@varkor varkor deleted the all-possible-cases-message branch November 6, 2018 13:17
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants