1
Fork 0

Remove licenses

This commit is contained in:
Mark Rousskov 2018-12-25 08:56:47 -07:00
parent 14b96659e4
commit 2a663555dd
16206 changed files with 14751 additions and 129518 deletions

View file

@ -1,17 +1,17 @@
error[E0594]: cannot assign to immutable borrowed content `*x`
--> $DIR/enum.rs:19:5
--> $DIR/enum.rs:9:5
|
LL | *x += 1; //~ ERROR cannot assign to immutable
| ^^^^^^^ cannot borrow as mutable
error[E0594]: cannot assign to immutable borrowed content `*x`
--> $DIR/enum.rs:23:9
--> $DIR/enum.rs:13:9
|
LL | *x += 1; //~ ERROR cannot assign to immutable
| ^^^^^^^ cannot borrow as mutable
error[E0594]: cannot assign to immutable borrowed content `*x`
--> $DIR/enum.rs:29:9
--> $DIR/enum.rs:19:9
|
LL | *x += 1; //~ ERROR cannot assign to immutable
| ^^^^^^^ cannot borrow as mutable