Post B4UCL3UYCTLchuodmq by teohhanhui@mastodon.social
(DIR) More posts by teohhanhui@mastodon.social
(DIR) Post #B4UB85mEIDjG4lL82S by lethalbit@chaos.social
0 likes, 0 repeats
Had to make my own `Range` types in Rust because for some reason the built-in ranges are not `Copy`, even if the index type /is/...
(DIR) Post #B4UCL3UYCTLchuodmq by teohhanhui@mastodon.social
0 likes, 0 repeats
@lethalbit It was a mistake. They're working on new range types for the next edition (didn't make it into edition 2024): https://github.com/rust-lang/rust/issues/123741
(DIR) Post #B4UCSfXj7oLIkRvqGe by lethalbit@chaos.social
0 likes, 0 repeats
@teohhanhui Yeah, but i'm using the stable channel, so I need to roll my own until that's stabilized and out for GAIt happens though