]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2093-infer-outlives/nested-union.stderr
Rollup merge of #99479 - Enselic:import-can-be-without-id, r=camelid
[rust.git] / src / test / 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