]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2093-infer-outlives/nested-regions.stderr
Rollup merge of #59057 - czipperz:standardize_range_documentation, r=shepmaster
[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