Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rustc binary metadata overwriting librustc metadata
In rust-lang#49289, rustc was changed to emit metadata for binaries, which made it so that the librustc.rmeta file created when compiling librustc was overwritten by the rustc-main compilation. This commit renames the rustc-main binary to avoid this problem. rust-lang/cargo#5524 has also been filed to see if Cargo can learn to warn on this situation instead of leaving it for the user to debug.
- Loading branch information