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