Closed
Description
@glandium hit a situation today where he was trying to bootstrap from the wrong compiler, and because rustc didn't see a bootstrap key match it just didn't turn on unstable features, and resulted in a mysterious failure. An error about a bootstrap key mismatch would be much more clear.
Fix is probably in rustc::session::config where CFG_BOOTSTRAP_KEY is compared.