summary refs log tree commit diff
path: root/src/test/ui/borrowck/borrowck-assign-to-constants.stderr
blob: 800003caa0f3412083f377b5b7943849c485d3f9 (plain)
1
2
3
4
5
6
7
8
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