2018-11-19 11:19:14 +01:00
|
|
|
error: cannot mutate statics in the initializer of another static
|
2018-12-28 20:05:22 +01:00
|
|
|
--> $DIR/assign-to-static-within-other-static.rs:10:5
|
2018-11-19 11:19:14 +01:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | FOO = 5;
|
2018-11-19 13:49:07 +01:00
|
|
|
| ^^^^^^^
|
2018-11-19 11:19:14 +01:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|