about summary refs log tree commit diff
path: root/tests/codegen
diff options
context:
space:
mode:
authorOli Scherer <github333195615777966@oli-obk.de>2024-12-04 16:01:31 +0000
committerOli Scherer <github333195615777966@oli-obk.de>2024-12-04 16:16:24 +0000
commitf613636ae87e7e973138c7cb3e850ec26f93c723 (patch)
treed5d758a13430d4ad9367d58249ad15f26affdf8e /tests/codegen
parent96e51d9482405e400dec53750f3b263d45784ada (diff)
downloadrust-f613636ae87e7e973138c7cb3e850ec26f93c723.tar.gz
rust-f613636ae87e7e973138c7cb3e850ec26f93c723.zip
Rename `core_pattern_type` and `core_pattern_types` lib feature gates to `pattern_type_macro`
That's what the gates are actually gating, and the single char difference in naming was not helpful either
Diffstat (limited to 'tests/codegen')
-rw-r--r--tests/codegen/pattern_type_symbols.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/codegen/pattern_type_symbols.rs b/tests/codegen/pattern_type_symbols.rs
index a99b3efca41..b504a3508f9 100644
--- a/tests/codegen/pattern_type_symbols.rs
+++ b/tests/codegen/pattern_type_symbols.rs
@@ -4,8 +4,7 @@
 //@ compile-flags: -Csymbol-mangling-version=v0 -Copt-level=0 --crate-type=lib
 
 #![feature(pattern_types)]
-#![feature(core_pattern_types)]
-#![feature(core_pattern_type)]
+#![feature(pattern_type_macro)]
 
 use std::pat::pattern_type;