-
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
Duplicate 'upstream crates may add a new impl of trait' notes on inter-crate ambiguous impl of traits #99092
Comments
I'll make a PR for fixing this. |
Haha, I was already working on one before I saw that message below, but I'll throw away my changes. @rhysd, I recommend using a |
@compiler-errors Ah, I'm sorry for interrupting your work... I was thinking to remove duplicates from notes after making messages as |
No you did not interrupt, I just didn't see your comment saying that you were interested in doing the change yourself. Thanks for contributing. |
Remove duplicate notes from error on inter-crate ambiguous impl of traits Fixes rust-lang#99092
Remove duplicate notes from error on inter-crate ambiguous impl of traits Fixes rust-lang#99092
Given the following code:
The current output is:
Ideally the output should look like:
The text was updated successfully, but these errors were encountered: