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
This commit is contained in:
Oli Scherer
2024-12-04 16:01:31 +00:00
parent 96e51d9482
commit f613636ae8
31 changed files with 53 additions and 74 deletions

View File

@@ -589,7 +589,7 @@ pub mod net;
pub mod num;
pub mod os;
pub mod panic;
#[unstable(feature = "core_pattern_types", issue = "123646")]
#[unstable(feature = "pattern_type_macro", issue = "123646")]
pub mod pat;
pub mod path;
#[unstable(feature = "anonymous_pipe", issue = "127154")]