mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
980bcd8c53
Revert "Merge pull request #3257 from o01eg/remove-sysroot" This reverts commit041c49c1ed, reversing changes made to1df5766cbb. The PR broke running a cargo-install'd clippy. The installed clippy would not be able to find a crate for std. Fixes #3523 Reopens #2874