14 lines
222 B
Plaintext
14 lines
222 B
Plaintext
error: rustc_outlives
|
|
--> $DIR/nested-enum.rs:4:1
|
|
|
|
|
LL | / enum Foo<'a, T> { //~ ERROR rustc_outlives
|
|
LL | |
|
|
LL | | One(Bar<'a, T>)
|
|
LL | | }
|
|
| |_^
|
|
|
|
|
= note: T : 'a
|
|
|
|
error: aborting due to previous error
|
|
|