]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2093-infer-outlives/self-structs.stderr
Rollup merge of #58812 - jonhoo:floor_v_trunc, r=alexcrichton
[rust.git] / src / test / ui / rfc-2093-infer-outlives / self-structs.stderr
1 error: rustc_outlives
2   --> $DIR/self-structs.rs:4:1
3    |
4 LL | / struct Foo<'a, 'b, T> {
5 LL | |     field1: Bar<'a, 'b, T>
6 LL | | }
7    | |_^
8    |
9    = note: T : 'a
10
11 error: aborting due to previous error
12