File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
#![ feature( staged_api) ]
12
12
#![ stable( feature = "unit_test" , since = "0.0.0" ) ]
13
13
14
- #[ unstable( feature = "unstable_macros" , issue = "42069 " ) ]
14
+ #[ unstable( feature = "unstable_macros" , issue = "0 " ) ]
15
15
#[ macro_export]
16
16
macro_rules! unstable_macro{ ( ) => ( ) }
Original file line number Diff line number Diff line change 13
13
#![ feature( staged_api) ]
14
14
#[ macro_use] extern crate unstable_macros;
15
15
16
- #[ unstable( feature = "local_unstable" , issue = "42069 " ) ]
16
+ #[ unstable( feature = "local_unstable" , issue = "0 " ) ]
17
17
macro_rules! local_unstable { ( ) => ( ) }
18
18
19
19
fn main ( ) {
Original file line number Diff line number Diff line change 11
11
#![ feature( staged_api) ]
12
12
#![ stable( feature = "unit_test" , since = "0.0.0" ) ]
13
13
14
- #[ unstable( feature = "unstable_macros" , issue = "42069 " ) ]
14
+ #[ unstable( feature = "unstable_macros" , issue = "0 " ) ]
15
15
#[ macro_export]
16
16
macro_rules! unstable_macro{ ( ) => ( ) }
Original file line number Diff line number Diff line change 14
14
15
15
#[ macro_use] extern crate unstable_macros;
16
16
17
- #[ unstable( feature = "local_unstable" , issue = "42069 " ) ]
17
+ #[ unstable( feature = "local_unstable" , issue = "0 " ) ]
18
18
macro_rules! local_unstable { ( ) => ( ) }
19
19
20
20
fn main ( ) {
You can’t perform that action at this time.
0 commit comments