WebIsFun

博客

前端小学生,正在学习全栈开发。也喜欢 Rust 技术但是始终学不会 :)

2025
jiangzhu

The push for GATs stabilization

The blog post by Jack Huey announces significant progress on stabilizing Generic Associated Types (GATs) in Rust, a feature proposed in 2016 via RFC 1598. GATs allow defining type, lifetime, or const generics on associated types, enabling powerful patterns like the LendingIterator for iterating over mutable slices without lifetime conflicts

02-25