blob: 5aa5b83655a53976636917c86c39d31e5ca698f6 [file] [log] [blame]
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