Uh oh!
There was an error while loading. Please reload this page.
Disable gdb pretty printer global section on wasm targets - #66520
Conversation
rust-highfive
commented
Nov 18, 2019
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
eddyb
commented
Nov 18, 2019
@bors r+ |
bors
commented
Nov 18, 2019
📌 Commit eda67ba has been approved by |
Disable gdb pretty printer global section on wasm targets The wasm targets don't support gdb anyway so there's no need for this section there.
Rollup of 13 pull requests Successful merges: - #66090 (Misc CI improvements) - #66239 (Suggest calling async closure when needed) - #66430 ([doc] Fix the source code highlighting on source comments) - #66431 (Fix 'type annotations needed' error with opaque types) - #66461 (Add explanation message for E0641) - #66468 (Cleanup Miri SIMD intrinsics) - #66478 (rustc_plugin: Remove the compatibility shim) - #66493 (Add JohnTitor to rustc-guide toolstate notification list) - #66511 (std::error::Chain: remove Copy) - #66512 (Add unix::process::CommandExt::arg0) - #66520 (Disable gdb pretty printer global section on wasm targets) - #66529 (resolve: Give derive helpers highest priority during resolution) - #66536 (Move the definition of `QueryResult` into `plumbing.rs`.) Failed merges: r? @ghost
Disable gdb pretty printer global section on wasm targets The wasm targets don't support gdb anyway so there's no need for this section there.
Disable gdb pretty printer global section on wasm targets The wasm targets don't support gdb anyway so there's no need for this section there.
Disable gdb pretty printer global section on wasm targets The wasm targets don't support gdb anyway so there's no need for this section there.
Centril
commented
Nov 21, 2019
Failed in #66604 (comment), @bors r- rollup=never |
JohnCSimon
commented
Nov 29, 2019
Ping from triage: |
eddyb
commented
Nov 29, 2019
@JohnCSimon nothing happened since #66520 (comment). |
alexcrichton
commented
Dec 2, 2019
Oops sorry I missed the notification here about the failed test, I will update this in the next day or so. |
eda67ba to
b8eb6b7Comparealexcrichton
commented
Dec 2, 2019
@bors: r=eddyb |
bors
commented
Dec 2, 2019
📌 Commit b8eb6b75ddb63698a575972c1ccf73f678bb526c has been approved by |
bors
commented
Dec 4, 2019
⌛ Testing commit b8eb6b75ddb63698a575972c1ccf73f678bb526c with merge 12eeebd0f5233ed86954459db2d054ebcca48df2... |
rust-highfive
commented
Dec 4, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
bors
commented
Dec 4, 2019
💔 Test failed - checks-azure |
The wasm targets don't support gdb anyway so there's no need for this section there.
b8eb6b7 to
5ce09bcComparealexcrichton
commented
Dec 5, 2019
@bors: r=eddyb |
bors
commented
Dec 5, 2019
📌 Commit 5ce09bc has been approved by |
bors
commented
Dec 5, 2019
Disable gdb pretty printer global section on wasm targets The wasm targets don't support gdb anyway so there's no need for this section there.
bors
commented
Dec 5, 2019
☀️ Test successful - checks-azure |
The wasm targets don't support gdb anyway so there's no need for this
section there.