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