We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80690b0 + 9db7360 commit 0f56ccdCopy full SHA for 0f56ccd
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