about summary refs log tree commit diff
path: root/src/librustc_interface/build.rs
AgeCommit message (Collapse)AuthorLines
2019-09-10Locate rustc binary similarly to codegen backend loadingMark Rousskov-0/+4
This ensures that the failure cases for finding the codegen backend and for finding the rustc binary are essentially the same, and since we almost always will load the codegen backend, this is essentially meaning that the rustc change is not a regression.