Skip to content

fix: parse or pattern after range pattern - #23077

Merged
A4-Tacks merged 1 commit into
rust-lang:masterfrom
edragain2nd:fix/range_pattern
Aug 9, 2026
Merged

fix: parse or pattern after range pattern#23077
A4-Tacks merged 1 commit into
rust-lang:masterfrom
edragain2nd:fix/range_pattern

Conversation

@edragain2nd

@edragain2nd edragain2nd commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

fixes #23073

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 8, 2026

// test half_open_range_pat_or_pat
// fn main() {
// let &(0.. | _) = &0_i32;

@A4-Tacks A4-Tacks Aug 9, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggest merging into test half_open_range_pat

View changes since the review

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

done

@A4-Tacks
A4-Tacks added this pull request to the merge queue Aug 9, 2026
Merged via the queue into rust-lang:master with commit 57411b3 Aug 9, 2026
18 checks passed
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FP syntax error: int matched against range pattern

3 participants