2023-04-11 08:31:08 -05:00
|
|
|
error: large future with a size of 1026 bytes
|
2024-02-27 08:25:18 -06:00
|
|
|
--> tests/ui-toml/large_futures/large_futures.rs:18:5
|
2023-04-11 08:31:08 -05:00
|
|
|
|
|
|
|
|
LL | should_warn().await;
|
|
|
|
| ^^^^^^^^^^^^^ help: consider `Box::pin` on it: `Box::pin(should_warn())`
|
|
|
|
|
|
|
|
|
= note: `-D clippy::large-futures` implied by `-D warnings`
|
2023-08-01 07:02:21 -05:00
|
|
|
= help: to override `-D warnings` add `#[allow(clippy::large_futures)]`
|
2023-04-11 08:31:08 -05:00
|
|
|
|
2023-11-21 11:08:42 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-04-11 08:31:08 -05:00
|
|
|
|