diff options
| author | Oli Scherer <github333195615777966@oli-obk.de> | 2024-12-11 16:50:45 +0000 |
|---|---|---|
| committer | Oli Scherer <github333195615777966@oli-obk.de> | 2025-01-08 07:33:46 +0000 |
| commit | c9365dd09f30ff2df8fd335e80b82202ba9f8a85 (patch) | |
| tree | b840db73eb406f9ed1f566f41104a90131007966 /compiler/rustc_ast_lowering/src/lib.rs | |
| parent | 5df69191cb89dd5e5a23d01d0d69d0d507f45a77 (diff) | |
| download | rust-c9365dd09f30ff2df8fd335e80b82202ba9f8a85.tar.gz rust-c9365dd09f30ff2df8fd335e80b82202ba9f8a85.zip | |
Exhaustively handle expressions in patterns
Diffstat (limited to 'compiler/rustc_ast_lowering/src/lib.rs')
| -rw-r--r-- | compiler/rustc_ast_lowering/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_ast_lowering/src/lib.rs b/compiler/rustc_ast_lowering/src/lib.rs index fe2d5a594f3..0e28590bd66 100644 --- a/compiler/rustc_ast_lowering/src/lib.rs +++ b/compiler/rustc_ast_lowering/src/lib.rs @@ -35,6 +35,7 @@ #![doc(rust_logo)] #![feature(assert_matches)] #![feature(box_patterns)] +#![feature(if_let_guard)] #![feature(let_chains)] #![feature(rustdoc_internals)] #![warn(unreachable_pub)] |
