]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/error-codes/E0040.stderr
Simplify suggestion
[rust.git] / src / test / ui / error-codes / E0040.stderr
index 3b864d4ea4b2c4574f956939c1857e152eb33806..69cf28b29704fafa1452cc6ded0ea23aa75bf480 100644 (file)
@@ -2,10 +2,10 @@ error[E0040]: explicit use of destructor method
   --> $DIR/E0040.rs:13:7
    |
 LL |     x.drop();
-   |     --^^^^
-   |     | |
-   |     | explicit destructor calls not allowed
-   |     help: consider using `drop` function: `drop(x)`
+   |       ^^^^
+   |       |
+   |       explicit destructor calls not allowed
+   |       help: consider using `drop` function: `drop(x)`
 
 error: aborting due to previous error