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