blob: 800003caa0f3412083f377b5b7943849c485d3f9 [file] [log] [blame]
error[E0594]: cannot assign to immutable static item `foo`
--> $DIR/borrowck-assign-to-constants.rs:5:5
|
LL | foo = 6;
| ^^^^^^^ cannot assign
error: aborting due to previous error