github.com/rust-lang/rust… is the beginning of a fix for all the nonsense lifetime errors you probably encounter when writing async code in Rust that heavily uses lifetimes. github.com/rust-lang/rust…: if you've ever hit any of these issues, I'd like your feedback when the PR lands.
2
14
92
7K
31
The PR is pretty technical, so I don't expect that many people to understand what's going on in it, but hopefully when it lands I can ask people to test their code with `-Zhigher-ranked-assumptions` and see if it fixes their code ✨