Skip to content

Suggest adding missing braces in const block pattern #130751

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

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

GrigorenkoPV
Copy link
Contributor

@GrigorenkoPV GrigorenkoPV commented Sep 23, 2024

Fixes #78168.

Builds upon work done in #78173.

TODO:

@rustbot
Copy link
Collaborator

rustbot commented Sep 23, 2024

r? @BoxyUwU

rustbot has assigned @BoxyUwU.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Sep 23, 2024
@bors
Copy link
Collaborator

bors commented Nov 17, 2024

☔ The latest upstream changes (presumably #133135) made this pull request unmergeable. Please resolve the merge conflicts.

@BoxyUwU BoxyUwU removed their assignment Nov 21, 2024
@BoxyUwU
Copy link
Member

BoxyUwU commented Nov 21, 2024

Unasigning myself from review since this hasn't had any activity in two month, is in a draft state and has some merge conflcits. if you continue this work feel free to reassign me or roll a new reviewer

camelid and others added 2 commits December 5, 2024 21:53
Previously it would only suggest wrapping the code in braces in regular
expressions; now it does it in patterns too.

This is a squashed rebase of rust-lang#78173
@Dylan-DPC
Copy link
Member

@GrigorenkoPV does this still need to be a draft? or is this ready for review? if it's the latter then you can mark it as »ready for review« and the next step would be to assign a random reviewer for this. Thanks

@bors
Copy link
Collaborator

bors commented Apr 22, 2025

☔ The latest upstream changes (presumably #139897) made this pull request unmergeable. Please resolve the merge conflicts.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve error for missing braces in const block
6 participants