We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3e9251 + 9db7360 commit 8100c55Copy full SHA for 8100c55
src/librustc_error_codes/error_codes/E0502.md
@@ -1,5 +1,4 @@
1
-This error indicates that you are trying to borrow a variable as mutable when it
2
-has already been borrowed as immutable.
+A variable already borrowed as immutable was borrowed as mutable.
3
4
Erroneous code example:
5
0 commit comments