File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ extern {
14
14
pub static symbol: ( ) ;
15
15
}
16
16
static CRASH : ( ) = symbol;
17
- //~^ ERROR constant evaluation error
17
+ //~^ ERROR could not evaluate static initializer
18
+ //~| tried to read from foreign (extern) static
19
+ //~^^^ ERROR could not evaluate static initializer
20
+ //~| tried to read from foreign (extern) static
18
21
19
22
fn main ( ) { }
Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ extern {
15
15
}
16
16
17
17
pub static BAZ : u32 = * & error_message_count;
18
- //~^ ERROR constant evaluation error
18
+ //~^ ERROR could not evaluate static initializer
19
+ //~| tried to read from foreign (extern) static
20
+ //~^^^ ERROR could not evaluate static initializer
19
21
//~| tried to read from foreign (extern) static
20
22
21
23
fn main ( ) { }
You can’t perform that action at this time.
0 commit comments