Skip to content

Remove warnings about incr. comp. generating less debugging output. - #61270

Merged
bors merged 1 commit into
rust-lang:masterfrom
michaelwoerister:remove-incr-comp-warning
Jun 22, 2019
Merged

Remove warnings about incr. comp. generating less debugging output.#61270
bors merged 1 commit into
rust-lang:masterfrom
michaelwoerister:remove-incr-comp-warning

Conversation

@michaelwoerister

Copy link
Copy Markdown
Member

This PR removes the

-C save-temps might not produce all requested temporary products when incremental compilation is enabled.`

warning and others similar to it.

I think these warnings have annoyed lots of people over the past ~3 years; while not helping a single one of them :P

r? @oli-obk

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label May 28, 2019
@michaelwoerister

Copy link
Copy Markdown
MemberAuthor

@bors rollup

@oli-obk

Copy link
Copy Markdown
Contributor

this will conflict with #61297

r=me after the other PR has landed and this is rebased

@oli-obkoli-obk added S-blocked Status: Blocked on something else such as an RFC or other implementation work. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels May 29, 2019
@bors

bors commented May 29, 2019

Copy link
Copy Markdown
Collaborator

☔ The latest upstream changes (presumably #61305) made this pull request unmergeable. Please resolve the merge conflicts.

@michaelwoerister
michaelwoeristerforce-pushed the remove-incr-comp-warning branch from a210cc2 to 0d67510CompareJune 21, 2019 08:14
@michaelwoerister

Copy link
Copy Markdown
MemberAuthor

@bors r=oli-obk

@bors

bors commented Jun 21, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit 0d67510 has been approved by oli-obk

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-blocked Status: Blocked on something else such as an RFC or other implementation work. labels Jun 21, 2019
emilyalbini added a commit to emilyalbini/rust that referenced this pull request Jun 21, 2019
…arning, r=oli-obk
Remove warnings about incr. comp. generating less debugging output.
This PR removes the
> `-C save-temps` might not produce all requested temporary products when incremental compilation is enabled.`
warning and others similar to it.
I think these warnings have annoyed lots of people over the past ~3 years; while not helping a single one of them `:P`
r? @oli-obk
Centril added a commit to Centril/rust that referenced this pull request Jun 21, 2019
…arning, r=oli-obk
Remove warnings about incr. comp. generating less debugging output.
This PR removes the
> `-C save-temps` might not produce all requested temporary products when incremental compilation is enabled.`
warning and others similar to it.
I think these warnings have annoyed lots of people over the past ~3 years; while not helping a single one of them `:P`
r? @oli-obk
@CentrilCentril mentioned this pull request Jun 21, 2019
Centril added a commit to Centril/rust that referenced this pull request Jun 21, 2019
…arning, r=oli-obk
Remove warnings about incr. comp. generating less debugging output.
This PR removes the
> `-C save-temps` might not produce all requested temporary products when incremental compilation is enabled.`
warning and others similar to it.
I think these warnings have annoyed lots of people over the past ~3 years; while not helping a single one of them `:P`
r? @oli-obk
@CentrilCentril mentioned this pull request Jun 21, 2019
Centril added a commit to Centril/rust that referenced this pull request Jun 21, 2019
…arning, r=oli-obk
Remove warnings about incr. comp. generating less debugging output.
This PR removes the
> `-C save-temps` might not produce all requested temporary products when incremental compilation is enabled.`
warning and others similar to it.
I think these warnings have annoyed lots of people over the past ~3 years; while not helping a single one of them `:P`
r? @oli-obk
@CentrilCentril mentioned this pull request Jun 21, 2019
bors added a commit that referenced this pull request Jun 22, 2019
Rollup of 9 pull requests
Successful merges:
- #60971 (Add DocFS layer to rustdoc)
- #61146 (SliceConcatExt::connect defaults to calling join)
- #61181 (Fix theme-checker failure)
- #61267 (rustc-book: Update the rustc/clang compatibility table for xLTO.)
- #61270 (Remove warnings about incr. comp. generating less debugging output.)
- #61681 (Changed the error message to more clearly explain what is allowed)
- #61984 (More NodeId pruning)
- #62016 (Add test for issue-27697)
- #62019 (Remove needless lifetimes)
Failed merges:
r? @ghost
@bors
bors merged commit 0d67510 into rust-lang:masterJun 22, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@michaelwoerister@oli-obk@bors@rust-highfive