diff options
Diffstat (limited to '')
-rw-r--r-- | tests/ui/rfcs/rfc-2093-infer-outlives/projection.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/rfcs/rfc-2093-infer-outlives/projection.stderr b/tests/ui/rfcs/rfc-2093-infer-outlives/projection.stderr index d9342013f..47f3458e0 100644 --- a/tests/ui/rfcs/rfc-2093-infer-outlives/projection.stderr +++ b/tests/ui/rfcs/rfc-2093-infer-outlives/projection.stderr @@ -6,5 +6,5 @@ LL | struct Foo<'a, T: Iterator> { | = note: <T as Iterator>::Item: 'a -error: aborting due to previous error +error: aborting due to 1 previous error |