2019-11-12 13:20:44 +01:00
|
|
|
error[E0080]: could not evaluate static initializer
|
2021-10-05 04:55:57 -04:00
|
|
|
--> $DIR/assign-to-static-within-other-static.rs:8:5
|
2018-11-19 11:19:14 +01:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | FOO = 5;
|
2020-03-21 19:47:52 +01:00
|
|
|
| ^^^^^^^ modifying a static's initial value from another static's initializer
|
2018-11-19 11:19:14 +01:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2019-11-12 13:20:44 +01:00
|
|
|
For more information about this error, try `rustc --explain E0080`.
|