-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable gdb pretty printer global section on wasm targets #66520
Conversation
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 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.
Failed in #66604 (comment), @bors r- rollup=never |
Ping from triage: |
@JohnCSimon nothing happened since #66520 (comment). |
Oops sorry I missed the notification here about the failed test, I will update this in the next day or so. |
eda67ba
to
b8eb6b7
Compare
@bors: r=eddyb |
📌 Commit b8eb6b75ddb63698a575972c1ccf73f678bb526c has been approved by |
⌛ Testing commit b8eb6b75ddb63698a575972c1ccf73f678bb526c with merge 12eeebd0f5233ed86954459db2d054ebcca48df2... |
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 |
💔 Test failed - checks-azure |
The wasm targets don't support gdb anyway so there's no need for this section there.
b8eb6b7
to
5ce09bc
Compare
@bors: r=eddyb |
📌 Commit 5ce09bc 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.
☀️ Test successful - checks-azure |
The wasm targets don't support gdb anyway so there's no need for this
section there.