-
Notifications
You must be signed in to change notification settings - Fork 889
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
Rustfmt fails to resolve mod #5198
Comments
Thanks for the report! At a quick glance over the repo (https://github.com/Skgland/scryer-prolog.git) it does seem like this should be different than 5167. I'll try to dig into this over the next few days to see if I can better understand what's going on. |
After diving into the rustfmt module resolution code and revisiting your repo I've identified that the issue is that you define both a module resolution is trying to look for modules in the Lines 372 to 374 in 8b0b213
Just as a note, our implementation of That being said, I think I have a fix for this. |
No, this does not appear to be a recent issue, I tried most rust stables back to |
Thanks for the additional info. I'm pretty confident that it was the introduction of the |
Reproduction
#5167 has a similar error message but this one should not be ambiguous.
The text was updated successfully, but these errors were encountered: