We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7aac135 + 6b28a8c commit 558115bCopy full SHA for 558115b
src/librustc_error_codes/error_codes/E0382.md
@@ -1,5 +1,4 @@
1
-This error occurs when an attempt is made to use a variable after its contents
2
-have been moved elsewhere.
+A variable was used after its contents have been moved elsewhere.
3
4
Erroneous code example:
5
src/librustc_error_codes/error_codes/E0384.md
@@ -1,4 +1,4 @@
-This error occurs when an attempt is made to reassign an immutable variable.
+An immutable variable was reassigned.
0 commit comments