rust/compiler/rustc_ast_passes/src
Matthias Krüger 1868c8f66f
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`
2024-12-08 17:18:50 +01:00
..
ast_validation.rs Refactor where predicates, and reserve for attributes support 2024-11-25 16:38:35 +08:00
errors.rs Remove -Zshow-span. 2024-12-04 19:20:01 +11:00
feature_gate.rs Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-dead 2024-12-08 17:18:50 +01:00
lib.rs Remove -Zshow-span. 2024-12-04 19:20:01 +11:00