about summary refs log tree commit diff
path: root/tests/ui/async-await/higher-ranked-auto-trait-3.no_assumptions.stderr
blob: c5c98ac807ea96009ba7b743a3966a2595f48968 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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