about summary refs log tree commit diff
path: root/compiler/rustc_hir/src/lib.rs
diff options
context:
space:
mode:
authorBoxy <rust@boxyuwu.dev>2025-01-11 19:12:36 +0000
committerBoxy <rust@boxyuwu.dev>2025-01-23 06:01:36 +0000
commit98d80e22d0013abcb0f731c86b24d8297091f7b2 (patch)
tree214b8ced571bdd6c91dbf484b454d93d4b69d0ba /compiler/rustc_hir/src/lib.rs
parent0f10ba60ffb7306dbc056a42226230eda357895c (diff)
downloadrust-98d80e22d0013abcb0f731c86b24d8297091f7b2.tar.gz
rust-98d80e22d0013abcb0f731c86b24d8297091f7b2.zip
Split hir `TyKind` and `ConstArgKind` in two and update `hir::Visitor`
Diffstat (limited to 'compiler/rustc_hir/src/lib.rs')
-rw-r--r--compiler/rustc_hir/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_hir/src/lib.rs b/compiler/rustc_hir/src/lib.rs
index 381062b1429..8ec2054bf53 100644
--- a/compiler/rustc_hir/src/lib.rs
+++ b/compiler/rustc_hir/src/lib.rs
@@ -6,6 +6,7 @@
 #![allow(internal_features)]
 #![feature(associated_type_defaults)]
 #![feature(closure_track_caller)]
+#![feature(exhaustive_patterns)]
 #![feature(let_chains)]
 #![feature(never_type)]
 #![feature(rustc_attrs)]