mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +00:00
suggestion for attempted integer identifier in patterns Fixes #106552 Implemented a suggestion on `E0005` that occurs when no bindings are present and the pattern is a literal integer.