-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle missing files after
cargo rustc
Some flags to the compiler could cause it to stop early or not emit some files altogether (or perhaps emit files in different locations even). Currently cargo expects a few outputs of the compiler after `cargo rustc` is run, but this commit alters cargo to know that when `cargo rustc` is being run that the outputs may not exist and that's ok. Closes #1675
- Loading branch information
1 parent
1ae683a
commit 8230f1f
Showing
3 changed files
with
39 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters