Rustaceans at the border
Rustaceans at the border
Posted Apr 17, 2022 13:52 UTC (Sun) by tialaramex (subscriber, #21167)In reply to: Rustaceans at the border by khim
Parent article: Rustaceans at the border
We're not talking about a feature set here, just one number which goes up. If you have Rust 1.72 then by definition all the stable stuff from Rust 1.71, 1.70, 1.69, and so on is available. You may not care very much whether checked_div() is const (Rust 1.52), but if you want IntoIterator implemented for arrays (Rust 1.53), you'll get const checked_div into the bargain.
The feature switches I think could be more contentious because at the same time some people see value in enabling some feature switch, other people will have begun to depend on it not being present in some cases. But this is already something you see for C compiler flags.
