mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-28 13:46:03 +00:00
13 lines
404 B
Plaintext
13 lines
404 B
Plaintext
error: lifetime bound not satisfied
|
|
--> $DIR/higher-ranked-auto-trait-3.rs:66:9
|
|
|
|
|
LL | / async {
|
|
LL | | self.fi_2.get_iter(cx).await;
|
|
LL | | }
|
|
| |_________^
|
|
|
|
|
= note: this is a known limitation that will be removed in the future (see issue #100013 <https://github.com/rust-lang/rust/issues/100013> for more information)
|
|
|
|
error: aborting due to 1 previous error
|
|
|