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

@@ -345,7 +345,7 @@ pub mod net;
pub mod option;
pub mod panic;
pub mod panicking;
#[unstable(feature = "core_pattern_types", issue = "123646")]
#[unstable(feature = "pattern_type_macro", issue = "123646")]
pub mod pat;
pub mod pin;
#[unstable(feature = "random", issue = "130703")]