Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

0% Positive

Analyzed from 151 words in the discussion.

Trending Topics

#type#old#expect#expected#transition#came#edition#libraries#types#apis

Discussion (7 Comments)Read Original on HackerNews

PoignardAzur•about 1 hour ago
Woohoo, assert_matches! After all these years!
Tuna-Fish•about 1 hour ago
I honestly didn't expect the ranges to be ever fixed, I just expected they would remain as an eternal wart.

I wonder how painless the transition will be.

ameliaquining•about 1 hour ago
It came pretty close to happening in Rust 2024, but it was determined that there just wasn't enough time left before the end-of-year deadline to roll out such a big change.
TazeTSchnitzel•44 minutes ago
When the new edition rolls around that swaps to the new type, I expect a bunch of libraries are going to get really annoying to use. And vice-versa for new libraries with the old editions.
yuriks•18 minutes ago
Both types have the `From` conversion traits implemented between each other, so in most cases interoperating with APIs using the old type should be as simple as doing `(1...4).into()`. And, probably because of the warts of the old types, I haven't seen them used much in APIs, so even that I don't think will happen very often.
estebank•about 1 hour ago
The full transition won't be completed until 2027 edition, when the meaning of the `..` operator is expected to swap to the new type.
whereistejas•about 1 hour ago
i came here to comment the same! could not be happier!