mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
11 lines
178 B
Plaintext
11 lines
178 B
Plaintext
error: rustc_outlives
|
|
--> $DIR/nested-union.rs:4:1
|
|
|
|
|
LL | union Foo<'a, T: Copy> {
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: T: 'a
|
|
|
|
error: aborting due to previous error
|
|
|