I contributed quite a few things to this release, including async closures and lots of parts of Edition 2024. I'm finally glad that it's out.
I contributed quite a few things to this release, including async closures and lots of parts of Edition 2024. I'm finally glad that it's out.
- async closures - impl trait capture rules + precise capturing - implemented `'r#` raw lifetime syntax - fixed major bugs with temporary scope change detection - improved error for never fallback changes - improved the impl of expr_2024 macro fragment - reviewed unsafe blocks
@compiler_errors Capture feature sounds awesome. Borrow checker errors coming from that issue are of the most annoying.
@compiler_errors The precise capture feature! I love it *chef kiss*
@compiler_errors I just got done with a painful day of java with a client. Man I would love to find a decent rust gig. Awesome progress!
@compiler_errors What was the difficulty with async closures? I've been wondering why this took longer than async blocks.