blob: 88e99e213bf74ec727b6b524f86c3e072de70a85 [file] [log] [blame]
error[E0080]: could not evaluate static initializer
--> $DIR/issue-14227.rs:6:21
|
LL | static CRASH: u32 = symbol;
| ^^^^^^ tried to read from foreign (extern) static
error: aborting due to previous error
For more information about this error, try `rustc --explain E0080`.