about summary refs log tree commit diff
path: root/tests/ui/async-await/higher-ranked-auto-trait-4.no_assumptions.stderr
blob: 5aa5b83655a53976636917c86c39d31e5ca698f6 (plain)
1
2
3
4
5
6
7
8
9
10
error: higher-ranked lifetime error
  --> $DIR/higher-ranked-auto-trait-4.rs:29:5
   |
LL | /     async {
LL | |         let _ = evil_function::<dyn BoringTrait, _>().await;
LL | |     }
   | |_____^

error: aborting due to 1 previous error