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