blob: c62d8bddf0051e5f2aa769978599c24fa6b3119e (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0080]: could not evaluate static initializer
--> $DIR/issue-28324.rs:17:23
|
LL | pub static BAZ: u32 = *&error_message_count;
| ^^^^^^^^^^^^^^^^^^^^^ tried to read from foreign (extern) static
error: aborting due to previous error
For more information about this error, try `rustc --explain E0080`.
|