X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Frfc-2093-infer-outlives%2Fnested-regions.stderr;h=ffdd5542bb4b51a956e475d8b628e9d7132e4d98;hb=ae31436ac739d2fe9fdb45fec1364db6007bd359;hp=2900a29ed7c07292a275b165c92710f87caa986d;hpb=68614265d312fc2cbe8a696f7dabb9416eb6f221;p=rust.git diff --git a/src/test/ui/rfc-2093-infer-outlives/nested-regions.stderr b/src/test/ui/rfc-2093-infer-outlives/nested-regions.stderr index 2900a29ed7c..ffdd5542bb4 100644 --- a/src/test/ui/rfc-2093-infer-outlives/nested-regions.stderr +++ b/src/test/ui/rfc-2093-infer-outlives/nested-regions.stderr @@ -1,14 +1,14 @@ error: rustc_outlives --> $DIR/nested-regions.rs:4:1 | -LL | / struct Foo<'a, 'b, T> { //~ ERROR rustc_outlives +LL | / struct Foo<'a, 'b, T> { LL | | x: &'a &'b T LL | | } | |_^ | - = note: 'b : 'a - = note: T : 'a - = note: T : 'b + = note: 'b: 'a + = note: T: 'a + = note: T: 'b error: aborting due to previous error