Compiler Bootstrapping - Can We Trust Rust? Recently I have been doing a lot of work for SUSE with how we package the Rust compiler. This process has been really interesting and challenging, but like anything it's certainly provided a lot of time for thought while waiting for my packages to build. The Rust package in OpenSUSE has two methods of building the compiler internally in it's spec file. Use our previously packaged version of rustc from packages Bootstrap using the signed and prebuilt...