Uh oh!
There was an error while loading. Please reload this page.
Rollup of 3 pull requests - #90217
Conversation
This fixes warning when building Rust and running tests: ``` warning: library kind `static-nobundle` has been superseded by specifying `-bundle` on library kind `static`. Try `static:-bundle` warning: `rustc_llvm` (lib) generated 2 warnings (1 duplicate) ```
Normalize MIR with RevealAll before optimizations. Fixesrust-lang#78442
Add rustc lint, warning when iterating over hashmaps r? rust-lang/wg-incr-comp
…petrochenkov Repace use of `static_nobundle` with `native_link_modifiers` within Rust codebase This fixes warnings when building Rust and running tests: ``` warning: library kind `static-nobundle` has been superseded by specifying `-bundle` on library kind `static`. Try `static:-bundle` warning: `rustc_llvm` (lib) generated 2 warnings (1 duplicate) ```
matthiaskrgr
commented
Oct 23, 2021
@bors r+ p=3 rollup=never |
bors
commented
Oct 23, 2021
📌 Commit 0cf784d has been approved by |
matthiaskrgr
commented
Oct 23, 2021
Feel free to chancel this in favor of bigger rollups if more rollupable prs get approved until ci starts processing this :) |
hkratz
commented
Oct 23, 2021
The problem is IMHO that rollups skip to the front of the queue and other unprioritized non-rollupable PRs get pushed back regardless of their age. If rollups don't happen too often then the trade-off of getting more PRs through is worth it but for small ones like this one not so much. Of course I might be biased currently. 🙃 |
bors
commented
Oct 24, 2021
⌛ Testing commit 0cf784d with merge 4b5561f464bf3639c592dae224d47a7d862a8518... |
rust-log-analyzer
commented
Oct 24, 2021
The job Click to see the possible cause of the failure (guessed by this bot) |
bors
commented
Oct 24, 2021
💔 Test failed - checks-actions |
Successful merges:
static_nobundlewithnative_link_modifierswithin Rust codebase #90205 (Repace use ofstatic_nobundlewithnative_link_modifierswithin Rust codebase)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup