Comment by OptionOfT
12 hours ago
I quite often have this issue with async. You get a state machine that is huge because of how Rust builds it.
12 hours ago
I quite often have this issue with async. You get a state machine that is huge because of how Rust builds it.
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...