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