diff options
Diffstat (limited to 'tests/ui/static/static-lifetime-bound.stderr')
-rw-r--r-- | tests/ui/static/static-lifetime-bound.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/static/static-lifetime-bound.stderr b/tests/ui/static/static-lifetime-bound.stderr index 19e55a658..8b0d3a0bf 100644 --- a/tests/ui/static/static-lifetime-bound.stderr +++ b/tests/ui/static/static-lifetime-bound.stderr @@ -11,6 +11,6 @@ LL | f(&x); LL | } | - `x` 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`. |