diff options
| author | Stanislav Tkach <stanislav.tkach@gmail.com> | 2020-05-23 00:16:17 +0300 |
|---|---|---|
| committer | Stanislav Tkach <stanislav.tkach@gmail.com> | 2020-05-23 00:16:17 +0300 |
| commit | a9199de34d0ad78fe1ff0d072f6bd5c01906bdb3 (patch) | |
| tree | 23eeacfacb32962f88f2ebf212e7caa8a655d0bc /src/test/ui/error-codes | |
| parent | 34b51187ce8fa261ebe3bef4a9a26135b919ac02 (diff) | |
| download | rust-a9199de34d0ad78fe1ff0d072f6bd5c01906bdb3.tar.gz rust-a9199de34d0ad78fe1ff0d072f6bd5c01906bdb3.zip | |
Merge spans for the suggestion
Diffstat (limited to 'src/test/ui/error-codes')
| -rw-r--r-- | src/test/ui/error-codes/E0040.stderr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test/ui/error-codes/E0040.stderr b/src/test/ui/error-codes/E0040.stderr index 69cf28b2970..3b864d4ea4b 100644 --- a/src/test/ui/error-codes/E0040.stderr +++ b/src/test/ui/error-codes/E0040.stderr @@ -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 |
