Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-dead
Parse guard patterns This implements the parsing of [RFC3637 Guard Patterns](https://rust-lang.github.io/rfcs/3637-guard-patterns.html) (see also [tracking issue](https://github.com/rust-lang/rust/issues/129967)). This PR is extracted from https://github.com/rust-lang/rust/pull/129996 with minor modifications. cc `@max-niederman`
This commit is contained in:
@@ -999,6 +999,7 @@ symbols! {
|
||||
global_registration,
|
||||
globs,
|
||||
gt,
|
||||
guard_patterns,
|
||||
half_open_range_patterns,
|
||||
half_open_range_patterns_in_slices,
|
||||
hash,
|
||||
|
||||
Reference in New Issue
Block a user