Skip to content

Emit a warning when optimization fuel runs out - #72067

Merged
bors merged 1 commit into
rust-lang:masterfrom
jonas-schievink:fuel-warn
May 12, 2020
Merged

Emit a warning when optimization fuel runs out#72067
bors merged 1 commit into
rust-lang:masterfrom
jonas-schievink:fuel-warn

Conversation

@jonas-schievink

Copy link
Copy Markdown
Contributor

eprintln! gets swallowed by Cargo too easily.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @varkor

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

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label May 9, 2020
@jonas-schievink

Copy link
Copy Markdown
ContributorAuthor

@bors rollup

@rust-highfive

This comment has been minimized.

@varkor

varkor commented May 10, 2020

Copy link
Copy Markdown
Contributor

r=me after squashing.

`eprintln!` gets swallowed by Cargo too easily.
@jonas-schievink

Copy link
Copy Markdown
ContributorAuthor

@bors r=varkor

@bors

bors commented May 10, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 62116c3 has been approved by varkor

@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-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels May 10, 2020
Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request May 10, 2020
Emit a warning when optimization fuel runs out
`eprintln!` gets swallowed by Cargo too easily.
Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request May 11, 2020
Emit a warning when optimization fuel runs out
`eprintln!` gets swallowed by Cargo too easily.
RalfJung added a commit to RalfJung/rust that referenced this pull request May 11, 2020
Emit a warning when optimization fuel runs out
`eprintln!` gets swallowed by Cargo too easily.
@RalfJungRalfJung mentioned this pull request May 11, 2020
Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request May 11, 2020
Emit a warning when optimization fuel runs out
`eprintln!` gets swallowed by Cargo too easily.
This was referenced May 11, 2020
bors added a commit to rust-lang-ci/rust that referenced this pull request May 11, 2020
Rollup of 10 pull requests
Successful merges:
- rust-lang#72014 (Deprecated emoji)
- rust-lang#72019 (Fix debug assertion in error code)
- rust-lang#72027 (Use CDN for ci-caches on download)
- rust-lang#72044 (use min_specialization for some rustc crates where it requires no changes)
- rust-lang#72052 (display `ConstKind::Param`)
- rust-lang#72067 (Emit a warning when optimization fuel runs out)
- rust-lang#72072 (doc: minus (U+2212) instead of dash (U+002D) for negative infinity)
- rust-lang#72077 (Improve E0571 wording)
- rust-lang#72107 (Clean up E0579 explanation)
- rust-lang#72109 (Fix clippy warnings)
Failed merges:
r? @ghost
@bors
bors merged commit d9c3110 into rust-lang:masterMay 12, 2020
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

@jonas-schievink@rust-highfive@varkor@bors