diff options
Diffstat (limited to 'tests/ui/nll/do-not-ignore-lifetime-bounds-in-copy.stderr')
-rw-r--r-- | tests/ui/nll/do-not-ignore-lifetime-bounds-in-copy.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/nll/do-not-ignore-lifetime-bounds-in-copy.stderr b/tests/ui/nll/do-not-ignore-lifetime-bounds-in-copy.stderr index ebaf6d124..d86ede629 100644 --- a/tests/ui/nll/do-not-ignore-lifetime-bounds-in-copy.stderr +++ b/tests/ui/nll/do-not-ignore-lifetime-bounds-in-copy.stderr @@ -11,6 +11,6 @@ LL | drop(a); LL | } | - `s` dropped here while still borrowed -error: aborting due to previous error +error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0597`. |