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:
parent
96e51d9482
commit
f613636ae8
31 changed files with 53 additions and 74 deletions
|
@ -9,7 +9,6 @@
|
|||
#![feature(builtin_syntax)]
|
||||
#![feature(concat_idents)]
|
||||
#![feature(const_trait_impl)]
|
||||
#![feature(core_pattern_type)]
|
||||
#![feature(decl_macro)]
|
||||
#![feature(deref_patterns)]
|
||||
#![feature(explicit_tail_calls)]
|
||||
|
@ -19,6 +18,7 @@
|
|||
#![feature(never_patterns)]
|
||||
#![feature(never_type)]
|
||||
#![feature(pattern_types)]
|
||||
#![feature(pattern_type_macro)]
|
||||
#![feature(prelude_import)]
|
||||
#![feature(specialization)]
|
||||
#![feature(trace_macros)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue