]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2093-infer-outlives/nested-union.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / rfc-2093-infer-outlives / nested-union.stderr
1 error: rustc_outlives
2   --> $DIR/nested-union.rs:16:1
3    |
4 LL | / union Foo<'a, T> { //~ ERROR 16:1: 18:2: rustc_outlives
5 LL | |     field1: Bar<'a, T>
6 LL | | }
7    | |_^
8    |
9    = note: T : 'a
10
11 error: aborting due to previous error
12