Clean up E0502 explanation
This commit is contained in:
parent
98803c182b
commit
9db7360593
@ -1,5 +1,4 @@
|
||||
This error indicates that you are trying to borrow a variable as mutable when it
|
||||
has already been borrowed as immutable.
|
||||
A variable already borrowed as immutable was borrowed as mutable.
|
||||
|
||||
Erroneous code example:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user