rust/src/test/ui/consts/const-eval/assign-to-static-within-other-static.stderr
2018-12-25 21:08:33 -07:00

9 lines
271 B
Plaintext

error: cannot mutate statics in the initializer of another static
--> $DIR/assign-to-static-within-other-static.rs:11:5
|
LL | FOO = 5; //~ ERROR cannot mutate statics in the initializer of another static
| ^^^^^^^
error: aborting due to previous error