]> git.lizzy.rs Git - rust.git/blob - tests/ui/rfc-2093-infer-outlives/nested-union.stderr
Rollup merge of #106664 - chenyukang:yukang/fix-106597-remove-lseek, r=cuviper
[rust.git] / tests / ui / rfc-2093-infer-outlives / nested-union.stderr
1 error: rustc_outlives
2   --> $DIR/nested-union.rs:4:1
3    |
4 LL | union Foo<'a, T: Copy> {
5    | ^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: T: 'a
8
9 error: aborting due to previous error
10