-
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
(fix) conflicting negative impl marker #130311
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Nadrieril (or someone else) some time within the next two weeks. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
This comment has been minimized.
This comment has been minimized.
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.
Thanks! Two small nitpicks & squashing into one commit, then we're good to go!
tests/ui/coherence/coherence-conflicting-repeated-negative-trait-impl-70849.rs
Outdated
Show resolved
Hide resolved
@fmease thanks for the guidance! It's a bit late for me right now so I'm gonna squash tmr if CI passes |
1398d54
to
b0db3a7
Compare
@rustbot ready |
@bors r+ rollup |
Rollup of 4 pull requests Successful merges: - rust-lang#130053 (fix doc comments for Peekable::next_if(_eq)) - rust-lang#130267 (small_data_threshold.rs: Adapt to LLVM head changes) - rust-lang#130311 ((fix) conflicting negative impl marker) - rust-lang#130334 (Fix `SDKROOT` ignore on macOS) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#130311 - heiseish:issue-70849-fix, r=fmease (fix) conflicting negative impl marker ## Context This MR fixes the error message for conflicting negative trait impls by adding the corresponding the polarity marker to the trait name. ## Issues - closes rust-lang#70849 r? `@fmease`
Context
This MR fixes the error message for conflicting negative trait impls by adding the corresponding the polarity marker to the trait name.
Issues
r? @fmease