Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Copy more libraries from local Rust to stage0
When bootstrapping Rust using a previously built toolchain, I noticed a number of libraries were not copied in. As a result the copied in rustc fails to execute because it can't find all its dependences. Add them into the local_stage0.sh script.
- Loading branch information