Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle missing files after cargo rustc #1701

Merged
merged 1 commit into from
Jun 12, 2015

Conversation

alexcrichton
Copy link
Member

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

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 rust-lang#1675
@rust-highfive
Copy link

r? @huonw

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member Author

r? @brson

@brson
Copy link
Contributor

brson commented Jun 12, 2015

@bors r+

@bors
Copy link
Contributor

bors commented Jun 12, 2015

📌 Commit 8230f1f has been approved by brson

@bors
Copy link
Contributor

bors commented Jun 12, 2015

⌛ Testing commit 8230f1f with merge f98100f...

bors added a commit that referenced this pull request Jun 12, 2015
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
@bors
Copy link
Contributor

bors commented Jun 12, 2015

@bors bors merged commit 8230f1f into rust-lang:master Jun 12, 2015
@alexcrichton alexcrichton deleted the lenient-rustc-flags branch June 15, 2015 05:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants