blob: 02b72765b377eac04c9804fd50b6a1210ed72ddb [file] [log] [blame]
error: cannot mutate statics in the initializer of another static
--> $DIR/assign-to-static-within-other-static.rs:10:5
|
LL | FOO = 5;
| ^^^^^^^
error: aborting due to previous error