We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
X..
rust-analyzer version: 0.3.1995-standalone
rustc version: rustc 1.79.0 (129f3b996 2024-06-10)
editor or extension: VSCode v0.3.1995
code snippet to reproduce:
fn f(x: u32) -> bool { matches!(x, 0..) }
The macro call will be marked with error "expected PatTop", but rustc will compile it fine.
The text was updated successfully, but these errors were encountered:
53be113
Auto merge of rust-lang#17442 - Veykril:pat-eof, r=Veykril
6891225
fix: Fix pat fragment parsers choking on <eoi> Fixes rust-lang/rust-analyzer#17441
Veykril
Successfully merging a pull request may close this issue.
rust-analyzer version: 0.3.1995-standalone
rustc version: rustc 1.79.0 (129f3b996 2024-06-10)
editor or extension: VSCode v0.3.1995
code snippet to reproduce:
The macro call will be marked with error "expected PatTop", but rustc will compile it fine.
The text was updated successfully, but these errors were encountered: