diff options
Diffstat (limited to '')
-rw-r--r-- | tests/ui/regions/regions-outlives-projection-container-wc.stderr (renamed from src/test/ui/regions/regions-outlives-projection-container-wc.stderr) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/regions/regions-outlives-projection-container-wc.stderr b/tests/ui/regions/regions-outlives-projection-container-wc.stderr index 4178e951c..eba2a0d58 100644 --- a/src/test/ui/regions/regions-outlives-projection-container-wc.stderr +++ b/tests/ui/regions/regions-outlives-projection-container-wc.stderr @@ -7,7 +7,7 @@ LL | fn with_assoc<'a,'b>() { | lifetime `'a` defined here ... LL | let _: &'a WithAssoc<TheType<'b>> = loop { }; - | ^^^^^^^^^^^^^^^^^^^^^^^^^^ type annotation requires that `'b` must outlive `'a` + | ^^^^^^^^^^^^^^^^^^^^^^^^^^ requires that `'b` must outlive `'a` | = help: consider adding the following bound: `'b: 'a` |