mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
988831319e
Allow bootstrapping without a key. Fixes #36548 This will make it easier for packagers to bootstrap rustc when they happen to have a bootstrap compiler with a slightly different version number. It's not ok for anything other than the build system to set this environment variable. r? @alexcrichton