mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 10:18:25 +00:00
11 lines
304 B
Plaintext
11 lines
304 B
Plaintext
error: higher-ranked lifetime error
|
|
--> $DIR/higher-ranked-auto-trait-8.rs:26:5
|
|
|
|
|
LL | needs_send(use_my_struct(second_struct)); // ERROR
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: could not prove `impl Future<Output = ()>: Send`
|
|
|
|
error: aborting due to 1 previous error
|
|
|