mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-28 05:34:45 +00:00
9 lines
199 B
Plaintext
9 lines
199 B
Plaintext
error: `S` does not live long enough
|
|
--> $DIR/higher-ranked-auto-trait-7.rs:26:5
|
|
|
|
|
LL | future::<'a, S, _>(async move {
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|