diff options
Diffstat (limited to 'tests/ui/lifetimes/suggest-introducing-and-adding-missing-lifetime.stderr')
-rw-r--r-- | tests/ui/lifetimes/suggest-introducing-and-adding-missing-lifetime.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/lifetimes/suggest-introducing-and-adding-missing-lifetime.stderr b/tests/ui/lifetimes/suggest-introducing-and-adding-missing-lifetime.stderr index 79df2c8df..a491de8ac 100644 --- a/tests/ui/lifetimes/suggest-introducing-and-adding-missing-lifetime.stderr +++ b/tests/ui/lifetimes/suggest-introducing-and-adding-missing-lifetime.stderr @@ -11,6 +11,6 @@ help: consider adding an explicit lifetime bound LL | fn no_restriction<'a, T: 'a>(x: &'a ()) -> &'a () { | +++ ++++ ++ ++ -error: aborting due to previous error +error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0311`. |