File tree 3 files changed +3
-3
lines changed
src/test/compile-fail-fulldeps/rustc-macro
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ trait Append {
23
23
#[ derive( PartialEq ,
24
24
Append ,
25
25
Eq ) ]
26
- //~^^ ERROR: the semantics of constant patterns is not yet settled
27
26
struct A {
27
+ //~^ ERROR: the semantics of constant patterns is not yet settled
28
28
inner : u32 ,
29
29
}
30
30
Original file line number Diff line number Diff line change 17
17
extern crate derive_unstable_2;
18
18
19
19
#[ derive( Unstable ) ]
20
- //~^ ERROR: reserved for internal compiler
21
20
struct A ;
21
+ //~^ ERROR: reserved for internal compiler
22
22
23
23
fn main ( ) {
24
24
foo ( ) ;
Original file line number Diff line number Diff line change 17
17
extern crate derive_unstable;
18
18
19
19
#[ derive( Unstable ) ]
20
- //~^ ERROR: use of unstable library feature
21
20
struct A ;
21
+ //~^ ERROR: use of unstable library feature
22
22
23
23
fn main ( ) {
24
24
unsafe { foo ( ) ; }
You can’t perform that action at this time.
0 commit comments