]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_error_codes/error_codes/E0382.md
Rollup merge of #69732 - GuillaumeGomez:cleanup-e0382-e0384, r=Dylan-DPC
[rust.git] / src / librustc_error_codes / error_codes / E0382.md
index f2356583cce1ce820bf13b780a58548179a4be0c..d1408a062963023e02a351e3797e34e9b912f6f5 100644 (file)
@@ -1,5 +1,4 @@
-This error occurs when an attempt is made to use a variable after its contents
-have been moved elsewhere.
+A variable was used after its contents have been moved elsewhere.
 
 Erroneous code example: