File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ pub mod net;
345345pub mod option;
346346pub mod panic;
347347pub mod panicking;
348- #[ unstable( feature = "core_pattern_types " , issue = "123646" ) ]
348+ #[ unstable( feature = "pattern_type_macro " , issue = "123646" ) ]
349349pub mod pat;
350350pub mod pin;
351351#[ unstable( feature = "random" , issue = "130703" ) ]
Original file line number Diff line number Diff line change 66/// ```
77#[ macro_export]
88#[ rustc_builtin_macro( pattern_type) ]
9- #[ unstable( feature = "core_pattern_type " , issue = "123646" ) ]
9+ #[ unstable( feature = "pattern_type_macro " , issue = "123646" ) ]
1010macro_rules! pattern_type {
1111 ( $( $arg: tt) * ) => {
1212 /* compiler built-in */
Original file line number Diff line number Diff line change @@ -589,7 +589,7 @@ pub mod net;
589589pub mod num;
590590pub mod os;
591591pub mod panic;
592- #[ unstable( feature = "core_pattern_types " , issue = "123646" ) ]
592+ #[ unstable( feature = "pattern_type_macro " , issue = "123646" ) ]
593593pub mod pat;
594594pub mod path;
595595#[ unstable( feature = "anonymous_pipe" , issue = "127154" ) ]
You can’t perform that action at this time.
0 commit comments