11 lines
165 B
Plaintext
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
|
|
|