-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
add fut/back compat tests for implied trait bounds #93732
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me (mostly just rubber stamping) with nit fixed
@bors r=Mark-Simulacrum rollup |
📌 Commit c2a8077b44680fcd029714030b2722645b07d769 has been approved by |
This comment has been minimized.
This comment has been minimized.
@bors r- (per tidy failure) |
woops, thanks 👍 @bors r=Mark-Simulacrum rollup |
📌 Commit af9e30a has been approved by |
add fut/back compat tests for implied trait bounds the `guard` test was tested to cause a segfault with `-Zchalk`, very nice cc `@nikomatsakis` rust-lang#44491 rust-lang#25860
…askrgr Rollup of 7 pull requests Successful merges: - rust-lang#91950 (Point at type when a `static` `#[global_allocator]` doesn't `impl` `GlobalAlloc`) - rust-lang#92715 (Do not suggest char literal for zero-length strings) - rust-lang#92917 (Don't constrain projection predicates with inference vars in GAT substs) - rust-lang#93206 (Use `NtCreateFile` instead of `NtOpenFile` to open a file) - rust-lang#93732 (add fut/back compat tests for implied trait bounds) - rust-lang#93764 (:arrow_up: rust-analyzer) - rust-lang#93767 (deduplicate `lcnr` in mailmap) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
the
guard
test was tested to cause a segfault with-Zchalk
, very nicecc @nikomatsakis #44491 #25860