]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #107602 - estebank:anon-enum-access, r=compiler-errors
authorMatthias Krüger <matthias.krueger@famsik.de>
Fri, 3 Feb 2023 05:30:24 +0000 (06:30 +0100)
committerGitHub <noreply@github.com>
Fri, 3 Feb 2023 05:30:24 +0000 (06:30 +0100)
commit743ca67edfbfaf0db5295c6c1a334fb9e837467c
treed8d9fc5ca56a779879f03b9bc3d5e9ae93674b4a
parent86015515b5817390d652eae2fd765b89509b5331
parent0ba687a95ee64a013b71ca7b606896e60c6182f0
Rollup merge of #107602 - estebank:anon-enum-access, r=compiler-errors

Parse and recover from type ascription in patterns

Reintroduce part of #106960, which was reverted in #107478.

r? `@compiler-errors`