rust/tests/ui/rfcs/rfc-2093-infer-outlives/nested-union.stderr
2023-06-05 16:09:46 +00:00

11 lines
178 B
Plaintext

error: rustc_outlives
--> $DIR/nested-union.rs:4:1
|
LL | union Foo<'a, T: Copy> {
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: T: 'a
error: aborting due to previous error