-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Remove find_map_relevant_impl
#110514
Remove find_map_relevant_impl
#110514
Conversation
r? @b-naber (rustbot has picked a reviewer for you, use r? to override) |
Some changes occurred to the core trait solver cc @rust-lang/initiative-trait-system-refactor |
.unwrap() | ||
.into_buffer() | ||
)), | ||
let secondary_span = (|| { |
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.
this is a stable "try" "block" :⁾
This comment has been minimized.
This comment has been minimized.
fd81a19
to
1467877
Compare
oh yeah, @vincenzopalazzo said they wanted to see this PR. |
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.
Looks great.
@bors r+ rollup |
…levant_impl, r=b-naber Remove `find_map_relevant_impl` Fixes rust-lang#108895
…levant_impl, r=b-naber Remove `find_map_relevant_impl` Fixes rust-lang#108895
…levant_impl, r=b-naber Remove `find_map_relevant_impl` Fixes rust-lang#108895
…levant_impl, r=b-naber Remove `find_map_relevant_impl` Fixes rust-lang#108895
…levant_impl, r=b-naber Remove `find_map_relevant_impl` Fixes rust-lang#108895
…iaskrgr Rollup of 6 pull requests Successful merges: - rust-lang#110255 (Suggest using integration tests for test crate using own proc-macro) - rust-lang#110514 (Remove `find_map_relevant_impl`) - rust-lang#110566 (Don't create projection ty for const projection) - rust-lang#110637 (Group some sections of our logs in github actions) - rust-lang#110706 (Add `intrinsics::transmute_unchecked`) - rust-lang#110714 (Normalize types and consts in MIR opts.) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes #108895