Uh oh!
There was an error while loading. Please reload this page.
remove build warnings - #71303
Conversation
Code blocks that are not annotated are assumed to be Rust
rust-highfive
commented
Apr 18, 2020
r? @varkor (rust_highfive has picked a reviewer for you, use r? to override) |
Mark-Simulacrum
commented
Apr 18, 2020
It sounds like there's an underlying bug here as well, as we should always be running with warnings denied in CI. Can you say which command you're running that's printing warnings? |
tshepang
commented
Apr 18, 2020
It probably was |
Mark-Simulacrum
commented
Apr 18, 2020
Hm. Odd. Anyway, @bors r+ rollup for now, but would be good to track that down. |
bors
commented
Apr 18, 2020
📌 Commit fcbefae has been approved by |
tshepang
commented
Apr 18, 2020
@Mark-Simulacrum I was actually surprised by the warnings, given there's no |
Rollup of 5 pull requests Successful merges: - rust-lang#71271 (Move `MapInPlace` to rustc_data_structures) - rust-lang#71276 (miri-unleashed: test that we detect heap allocations) - rust-lang#71283 (Minor improvements to -Zprofile) - rust-lang#71287 (Explain why we shouldn't add inline attr to into_vec) - rust-lang#71303 (remove build warnings) Failed merges: r? @ghost
tshepang
commented
Apr 22, 2020
Actually I think I saw those warnings because I was running |
Code blocks that are not annotated are assumed to be Rust