about summary refs log tree commit diff
path: root/compiler/rustc_macros/src/lib.rs
diff options
context:
space:
mode:
authormejrs <>2022-11-13 13:10:36 +0100
committermejrs <>2022-11-21 15:24:51 +0100
commite8e47e08731599e95724680ffbc574455bfeb233 (patch)
tree92d025ba37a0f72c41eaee291ccb9100ca6e0140 /compiler/rustc_macros/src/lib.rs
parentd494502f64ea1b3a3164a13ce20cd1eba89c8141 (diff)
downloadrust-e8e47e08731599e95724680ffbc574455bfeb233.tar.gz
rust-e8e47e08731599e95724680ffbc574455bfeb233.zip
Improve slug name error
Diffstat (limited to 'compiler/rustc_macros/src/lib.rs')
-rw-r--r--compiler/rustc_macros/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_macros/src/lib.rs b/compiler/rustc_macros/src/lib.rs
index 36bda3e0f6b..a2a01b66690 100644
--- a/compiler/rustc_macros/src/lib.rs
+++ b/compiler/rustc_macros/src/lib.rs
@@ -1,4 +1,5 @@
 #![feature(allow_internal_unstable)]
+#![feature(if_let_guard)]
 #![feature(never_type)]
 #![feature(proc_macro_diagnostic)]
 #![feature(proc_macro_span)]