Remove licenses
This commit is contained in:
parent
14b96659e4
commit
2a663555dd
16206 changed files with 14751 additions and 129518 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue