-
Notifications
You must be signed in to change notification settings - Fork 15
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
Unexpected name clash #262
Comments
For context, the llbc for that is:
|
This imports the very generic impl: impl<T, U> Into<U> for T
where
U: From<T>,
{ ... } My guess is that the name you generate for that is |
Generally speaking, that's slightly annoying. |
Thanks for investigating btw! |
I'm closing this because I solved it for the specific issue above, and I opened a more general issue: #380 |
Reported by Anders Larsson in the zulip:
triggers:
The text was updated successfully, but these errors were encountered: