Files
rust/tests/ui/consts/miri_unleashed/mutating_global.stderr

10 lines
320 B
Plaintext
Raw Normal View History

error[E0080]: could not evaluate static initializer
2022-09-21 13:05:20 +02:00
--> $DIR/mutating_global.rs:9:9
2020-03-21 19:47:52 +01:00
|
LL | GLOBAL = 99
| ^^^^^^^^^^^ modifying a static's initial value from another static's initializer
2020-03-21 19:47:52 +01:00
error: aborting due to 1 previous error
2020-03-21 19:47:52 +01:00
For more information about this error, try `rustc --explain E0080`.