Yeah yeah, there's a new #rustlang release, but the real hit is the stabilization PR for Associated Type Position Impl Trait (ATPIT) https://github.com/rust-lang/rust/pull/120700
Stabilize associated type position impl Trait (ATPIT) by traviscross · Pull Request #120700 · rust-lang/rust
Stabilization report Summary We are stabilizing #![feature(impl_trait_in_assoc_type)], commonly called either "associated type position impl Trait" (ATPIT) or "impl Trait in associated type" (ITIAT...