mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 18:23:49 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
11 lines
167 B
Plaintext
11 lines
167 B
Plaintext
error: rustc_outlives
|
|
--> $DIR/explicit-enum.rs:4:1
|
|
|
|
|
LL | enum Foo<'a, U> {
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
= note: U: 'a
|
|
|
|
error: aborting due to 1 previous error
|
|
|