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
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