]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2093-infer-outlives/nested-regions.stderr
ffdd5542bb4b51a956e475d8b628e9d7132e4d98
[rust.git] / src / test / ui / rfc-2093-infer-outlives / nested-regions.stderr
1 error: rustc_outlives
2   --> $DIR/nested-regions.rs:4:1
3    |
4 LL | / struct Foo<'a, 'b, T> {
5 LL | |     x: &'a &'b T
6 LL | | }
7    | |_^
8    |
9    = note: 'b: 'a
10    = note: T: 'a
11    = note: T: 'b
12
13 error: aborting due to previous error
14