| ▲ | OptionOfT 4 hours ago | |
I quite often have this issue with async. You get a state machine that is huge because of how Rust builds it. | ||
| ▲ | surajrmal 3 hours ago | parent [-] | |
This clippy lint does a good job of warning you when this might happen: https://rust-lang.github.io/rust-clippy/master/index.html?se... | ||