|
|
|
|
|
by rewmie
1034 days ago
|
|
> I get the impression that Rust revisions are (at least intended to be?) backwards compatible I don't think that matters at all. 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.