blob: 062f5d5e9a73d340aea99756ba8c90b8a613516c [file] [log] [blame]
error: rustc_outlives
--> $DIR/explicit-enum.rs:4:1
|
LL | / enum Foo<'a, U> {
LL | | One(Bar<'a, U>)
LL | | }
| |_^
|
= note: U: 'a
error: aborting due to previous error