Skip to content

Handle missing files after cargo rustc#1701

Merged
bors merged 1 commit into
rust-lang:masterfrom
alexcrichton:lenient-rustc-flags
Jun 12, 2015
Merged

Handle missing files after cargo rustc#1701
bors merged 1 commit into
rust-lang:masterfrom
alexcrichton:lenient-rustc-flags

Conversation

@alexcrichton

Copy link
Copy Markdown
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
Copy Markdown

r? @huonw

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

@alexcrichton

Copy link
Copy Markdown
Member Author

r? @brson

@brson

brson commented Jun 12, 2015

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Jun 12, 2015

Copy link
Copy Markdown
Contributor

📌 Commit 8230f1f has been approved by brson

@bors

bors commented Jun 12, 2015

Copy link
Copy Markdown
Contributor

⌛ 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

bors commented Jun 12, 2015

Copy link
Copy Markdown
Contributor

@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