2018-11-19 04:19:14 -06:00
|
|
|
error: cannot mutate statics in the initializer of another static
|
2018-12-28 13:05:22 -06:00
|
|
|
--> $DIR/assign-to-static-within-other-static.rs:10:5
|
2018-11-19 04:19:14 -06:00
|
|
|
|
|
2018-11-19 06:49:07 -06:00
|
|
|
LL | FOO = 5; //~ ERROR cannot mutate statics in the initializer of another static
|
|
|
|
| ^^^^^^^
|
2018-11-19 04:19:14 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|