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

11 lines
180 B
Plaintext

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