blob: 8afb42d66a61a511e511b1a7ba5cff29e87b3e10 [file] [log] [blame]
error[E0594]: cannot assign to immutable static item `FOO`
--> $DIR/constant-thread-locals-issue-47053.rs:9:5
|
LL | FOO = 6;
| ^^^^^^^ cannot assign
error: aborting due to previous error