mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
a7f1d12ae4
Rustdoc could trigger a code path that relied on the $CFG_COMPILER_HOST_TRIPLE environment variable being set, causing an ICE if it was not. This fixes that, emitting an error instead of crashing.