]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #106591 - Ezrashaw:attempted-integer-identifer, r=Estebank
authorMatthias Krüger <matthias.krueger@famsik.de>
Tue, 17 Jan 2023 04:25:21 +0000 (05:25 +0100)
committerGitHub <noreply@github.com>
Tue, 17 Jan 2023 04:25:21 +0000 (05:25 +0100)
commitf74044259a4f9392203f3b28d9e9172be22f2fef
treeb9b19e0a44250235bcd2cd45dfdc226fc3a35415
parent4781233a77e879e49cb5ce3c98d2abba6a6ade7a
parent1babece1e8888151b1b248367eb1017450dc107c
Rollup merge of #106591 - Ezrashaw:attempted-integer-identifer, r=Estebank

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.