mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 10:18:25 +00:00
11 lines
242 B
Plaintext
11 lines
242 B
Plaintext
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
|
|
|