mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
abf9cbcb69
Bootstrap was setting LD_LIBRARY_PATH for bootstrap tools in `tool_cmd`, and rustc inherited that environment. That broke when download-rustc was enabled; see the new comment for details.