mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 19:28:29 +00:00

or-patterns: disallow in `let` bindings ~~Blocked on https://github.com/rust-lang/rust/pull/81869~~ Disallows top-level or-patterns before type ascription. We want to reserve this syntactic space for possible future generalized type ascription. r? ``@petrochenkov``