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

Do not suggest things named underscore #68740

Merged
merged 1 commit into from
Feb 2, 2020

Conversation

JohnTitor
Copy link
Member

Fixes #68719

r? @estebank

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Feb 1, 2020
@Centril
Copy link
Contributor

Centril commented Feb 1, 2020

r? @Centril r=me with mine/@matthewjasper's suggestion (it's the same) applied.

@rust-highfive rust-highfive assigned Centril and unassigned estebank Feb 1, 2020
@Centril
Copy link
Contributor

Centril commented Feb 1, 2020

@bors r+ rollup

@JohnTitor
Copy link
Member Author

Thanks, both! Applied suggestion.

@bors
Copy link
Contributor

bors commented Feb 1, 2020

📌 Commit 726568b has been approved by Centril

@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 Feb 1, 2020
JohnTitor added a commit to JohnTitor/rust that referenced this pull request Feb 1, 2020
…=Centril

Do not suggest things named underscore

Fixes rust-lang#68719

r? @estebank
JohnTitor added a commit to JohnTitor/rust that referenced this pull request Feb 1, 2020
…=Centril

Do not suggest things named underscore

Fixes rust-lang#68719

r? @estebank
bors added a commit that referenced this pull request Feb 1, 2020
Rollup of 7 pull requests

Successful merges:

 - #68460 (Use BufWriter for emitting MIR)
 - #68681 (Suggest path separator for single-colon typos)
 - #68688 ([docs] remind bug reporters to update nightly)
 - #68704 (Ignore `build` dir formatting)
 - #68727 (Remove a comment about pretty printer in formatting tests)
 - #68736 (Remove `Alloc` in favor of `AllocRef`)
 - #68740 (Do not suggest things named underscore)

Failed merges:

r? @ghost
@bors bors merged commit 726568b into rust-lang:master Feb 2, 2020
@JohnTitor JohnTitor deleted the do-not-sugg-underscore branch February 2, 2020 04:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in 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.

Invalid "a constant with a similar name exists: _" suggestion when a const _ is in scope
6 participants