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

11 lines
165 B
Plaintext

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