From 055aaaf765eee0eb951b55898d943ff7dde3d4ae Mon Sep 17 00:00:00 2001 From: David Wood Date: Mon, 23 Jul 2018 17:41:18 +0200 Subject: Fixed missing whitespace on some elaborated types. --- src/test/ui/error-codes/E0621-does-not-trigger-for-closures.nll.stderr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/ui/error-codes') diff --git a/src/test/ui/error-codes/E0621-does-not-trigger-for-closures.nll.stderr b/src/test/ui/error-codes/E0621-does-not-trigger-for-closures.nll.stderr index 77f0ab5d6bd..14d889dca73 100644 --- a/src/test/ui/error-codes/E0621-does-not-trigger-for-closures.nll.stderr +++ b/src/test/ui/error-codes/E0621-does-not-trigger-for-closures.nll.stderr @@ -11,7 +11,7 @@ LL | invoke(&x, |a, b| if a > b { a } else { b }); //~ ERROR E0495 | ----------^^^^^----------------- | | | | | | | free region requires that `'1` must outlive `'2` - | | has type `&'1i32` + | | has type `&'1 i32` | lifetime `'2` appears in return type error: aborting due to previous error -- cgit 1.4.1-3-g733a5