]> git.proxmox.com Git - rustc.git/blame - src/test/ui/rfc-2093-infer-outlives/nested-regions.stderr
New upstream version 1.49.0+dfsg1
[rustc.git] / src / test / ui / rfc-2093-infer-outlives / nested-regions.stderr
CommitLineData
94b46f34 1error: rustc_outlives
0731742a 2 --> $DIR/nested-regions.rs:4:1
94b46f34 3 |
532ac7d7 4LL | / struct Foo<'a, 'b, T> {
94b46f34
XL
5LL | | x: &'a &'b T
6LL | | }
7 | |_^
8 |
46de9a89
FG
9 = note: 'b: 'a
10 = note: T: 'a
11 = note: T: 'b
94b46f34
XL
12
13error: aborting due to previous error
14