Remove duplicate notes from error on inter-crate ambiguous impl of traits#99095
Remove duplicate notes from error on inter-crate ambiguous impl of traits#99095bors merged 1 commit intorust-lang:masterfrom
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