mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 10:47:16 +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.