2021-10-05 03:55:57 -05:00
|
|
|
error[E0080]: could not evaluate static initializer
|
2020-09-29 20:32:38 -05:00
|
|
|
--> $DIR/mod-static-with-const-fn.rs:16:5
|
2018-11-24 07:38:31 -06:00
|
|
|
|
|
|
|
|
LL | *FOO.0.get() = 5;
|
2021-10-05 03:55:57 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^ modifying a static's initial value from another static's initializer
|
2018-11-24 07:38:31 -06:00
|
|
|
|
2020-09-29 16:58:00 -05:00
|
|
|
error: aborting due to previous error
|
2018-09-11 23:27:28 -05:00
|
|
|
|
2021-10-05 03:55:57 -05:00
|
|
|
For more information about this error, try `rustc --explain E0080`.
|