summary refs log tree commit diff
path: root/src/test/ui/issue-14227.stderr
blob: f5f39465b187b6bf95755e014607b25657197b5d (plain)
1
2
3
4
5
6
7
8
9
error[E0080]: could not evaluate static initializer
  --> $DIR/issue-14227.rs:16:20
   |
LL | static CRASH: () = symbol;
   |                    ^^^^^^ tried to read from foreign (extern) static

error: aborting due to previous error

For more information about this error, try `rustc --explain E0080`.