2023-02-27 05:57:32 -06:00
|
|
|
error: large future with a size of 1026 bytes
|
2023-03-29 02:12:20 -05:00
|
|
|
--> $DIR/large_futures.rs:18:5
|
2023-02-27 05:57:32 -06:00
|
|
|
|
|
|
|
|
LL | should_warn().await;
|
|
|
|
| ^^^^^^^^^^^^^ help: consider `Box::pin` on it: `Box::pin(should_warn())`
|
|
|
|
|
|
|
|
|
= note: `-D clippy::large-futures` implied by `-D warnings`
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|