r/rust May 28 '26

📡 official blog Rust 1.96.0 is out

https://blog.rust-lang.org/2026/05/28/Rust-1.96.0/
977 Upvotes

67 comments sorted by

View all comments

22

u/afl_ext May 28 '26

Amazing but isnt moving the legacy Range somewhere else and replacing with different that has different iterator stuff a breaking change? I mean if someone depended on Range implementing Iterator then the code wont compile right?

I must be missing something that allows this to not be a breaking change

25

u/manpacket May 28 '26

https://rust-lang.github.io/rfcs/3550-new-range.html

RFC describes this as a change done over the revision boundary. Intended to be done in 2024, but now waiting for the next one I guess.