-
Notifications
You must be signed in to change notification settings - Fork 13.4k
type_implements_trait consider obligation failure on overflow #88320
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
r? @cjgillot (rust-highfive has picked a reviewer for you, use r? to override) |
I don't have a small reproduction for it but it passed locally for the package used for the issue. Log: https://pastebin.com/NJb5gGXh |
r=me if Niko doesn't get to this "soon" @bors delegate+ |
✌️ @arora-aman can now approve this pull request |
@bors r+ |
📌 Commit d7d122f has been approved by |
This comment has been minimized.
This comment has been minimized.
@bors r+ |
📌 Commit 88bcd44 has been approved by |
@bors rollup |
…akis type_implements_trait consider obligation failure on overflow Fixes: rust-lang#88103
…akis type_implements_trait consider obligation failure on overflow Fixes: rust-lang#88103
…akis type_implements_trait consider obligation failure on overflow Fixes: rust-lang#88103
…arth Rollup of 11 pull requests Successful merges: - rust-lang#87832 (Fix debugger stepping behavior with `match` expressions) - rust-lang#88123 (Make spans for tuple patterns in E0023 more precise) - rust-lang#88215 (Reland rust-lang#83738: "rustdoc: Don't load all extern crates unconditionally") - rust-lang#88216 (Don't stabilize creation of TryReserveError instances) - rust-lang#88270 (Handle type ascription type ops in NLL HRTB diagnostics) - rust-lang#88289 (Fixes for LLVM change 0f45c16) - rust-lang#88320 (type_implements_trait consider obligation failure on overflow) - rust-lang#88332 (Add argument types tait tests) - rust-lang#88340 (Add `c_size_t` and `c_ssize_t` to `std::os::raw`.) - rust-lang#88346 (Revert "Add type of a let tait test impl trait straight in let") - rust-lang#88348 (Add field types tait tests) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes: #88103