diff options
Diffstat (limited to 'tests/ui/dropck/dropck-union.stderr')
-rw-r--r-- | tests/ui/dropck/dropck-union.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/dropck/dropck-union.stderr b/tests/ui/dropck/dropck-union.stderr index 7d48e9fdc..7828aaf23 100644 --- a/tests/ui/dropck/dropck-union.stderr +++ b/tests/ui/dropck/dropck-union.stderr @@ -11,6 +11,6 @@ LL | } | `v` dropped here while still borrowed | borrow might be used here, when `v` is dropped and runs the `Drop` code for type `Wrap` -error: aborting due to previous error +error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0597`. |