Post from wezm on 21 Dec 2022

This is a static archive of wezm@decentralised.social

https://mastodon.decentralised.social/@wezm is now my primary account

☜ Back to home page
wezm
Oh this was fixed: when #Rust introduced the ? operator the generated code was more generic but didn't optimise as well as code using its predecessor the try macro. Well, I just saw a pointer to this PR from August that fixed it! https://github.com/rust-lang/rust/pull/100693

Original issue here: https://github.com/rust-lang/rust/issues/37939