-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 duplicate notes from error on inter-crate ambiguous impl of traits #99095
Conversation
r? @davidtwco (rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
The change looks good! Can you move the UI test somewhere different than |
@compiler-errors Thank you for taking a look. I moved test to |
This comment has been minimized.
This comment has been minimized.
@compiler-errors CI passed and I confirmed all UI tests passed on my local machine. Would you review this patch again? |
This looks good to me. It's typically better to add new unit tests to subdirectories of |
Thanks for your advice. I moved the test case again. |
Thanks! @bors r+ |
Remove duplicate notes from error on inter-crate ambiguous impl of traits Fixes rust-lang#99092
…askrgr Rollup of 5 pull requests Successful merges: - rust-lang#98713 (promote placeholder bounds to 'static obligations) - rust-lang#99094 (Remove extra space in AtomicPtr::new docs) - rust-lang#99095 (Remove duplicate notes from error on inter-crate ambiguous impl of traits) - rust-lang#99114 (Group .test-arrow CSS rules and fix rgb/rgba property) - rust-lang#99128 (Fix `download-ci-llvm` NixOS patching for binaries) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes #99092