The Case for Rust (in the base system)

I'm in the same boat, and I don't really get it - LLVM is fully backwards-compatible, right? So it should be possible to only build the highest version LLVM needed, not need to build three different versions.

Not if you use it as a library collection. The library APIs change heavily with each version.
 
Yeah. The package set I use on this workstation required compiling three different versions of LLVM. Please don't add 5 versions of Rust to the mess.
Indeed. Perhaps with some duct tape, the same approach as TV remotes could be taken.

Please refer to this diagram.

The distribution could be called MegaRust.
 
Back
Top