File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ pub mod net;
345
345
pub mod option;
346
346
pub mod panic;
347
347
pub mod panicking;
348
- #[ unstable( feature = "core_pattern_types " , issue = "123646" ) ]
348
+ #[ unstable( feature = "pattern_type_macro " , issue = "123646" ) ]
349
349
pub mod pat;
350
350
pub mod pin;
351
351
#[ unstable( feature = "random" , issue = "130703" ) ]
Original file line number Diff line number Diff line change 6
6
/// ```
7
7
#[ macro_export]
8
8
#[ rustc_builtin_macro( pattern_type) ]
9
- #[ unstable( feature = "core_pattern_type " , issue = "123646" ) ]
9
+ #[ unstable( feature = "pattern_type_macro " , issue = "123646" ) ]
10
10
macro_rules! pattern_type {
11
11
( $( $arg: tt) * ) => {
12
12
/* compiler built-in */
Original file line number Diff line number Diff line change @@ -589,7 +589,7 @@ pub mod net;
589
589
pub mod num;
590
590
pub mod os;
591
591
pub mod panic;
592
- #[ unstable( feature = "core_pattern_types " , issue = "123646" ) ]
592
+ #[ unstable( feature = "pattern_type_macro " , issue = "123646" ) ]
593
593
pub mod pat;
594
594
pub mod path;
595
595
#[ unstable( feature = "anonymous_pipe" , issue = "127154" ) ]
You can’t perform that action at this time.
0 commit comments