Hacker News new | ask | show | jobs
by CoastalCoder 1033 days ago
> If I try to build a new project with an older version of Rust, the compiler will still throw errors when stumbling upon newer features.

Usually when people worry about language evolution, the concern is that a newer compiler can't handle older code.