Uh oh!
There was an error while loading. Please reload this page.
Suggest adding missing braces in const block pattern - #130751
Suggest adding missing braces in const block pattern#130751GrigorenkoPV wants to merge 2 commits into
const block pattern#130751Conversation
rustbot
commented
Sep 23, 2024
7a7b0b1 to
bb10afdComparebors
commented
Nov 17, 2024
☔ The latest upstream changes (presumably #133135) made this pull request unmergeable. Please resolve the merge conflicts. |
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 |
bb10afd to
31af5b0CompareDylan-DPC
commented
Feb 23, 2025
@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
commented
Apr 22, 2025
☔ The latest upstream changes (presumably #139897) made this pull request unmergeable. Please resolve the merge conflicts. |
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
rustbot
commented
Jun 19, 2025
Reminder, once the PR becomes ready for a review, use |
31af5b0 to
2d862acComparebors
commented
Dec 29, 2025
☔ The latest upstream changes (presumably #150469) made this pull request unmergeable. Please resolve the merge conflicts. |
☔ The latest upstream changes (presumably #159966) made this pull request unmergeable. Please resolve the merge conflicts by rebasing. |
Fixes#78168.
Builds upon work done in #78173.
TODO:
tests/ui/parser/bad-if-statements.stderrtests/ui/parser/keyword-const-as-identifier.rs: Suggest adding missing braces inconstblock pattern #78173 (review)constblock pattern #78173 (comment)@rustbot author