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