1
Fork 0
rust/src/test/ui/consts/const-eval/assign-to-static-within-other-static.stderr

9 lines
202 B
Text
Raw Normal View History

2018-11-19 11:19:14 +01:00
error: cannot mutate statics in the initializer of another static
--> $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 11:19:14 +01:00
error: aborting due to previous error