-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Associated items support #747
Comments
Neither do associated functions (or types, if they can exist without a trait) |
Given that we already can detect inherent impls, this shouldn't be too hard to add. The relevant completion code is here:
To get the |
I tried to look into it, but for some reason I have trouble building the code after making any changes. It did work after I added the first log calls, but now it doesn't compile any more.
Notice that I haven't touched the file it complains about. |
Ah, rust-lang/rust#58291. |
Filed #801. |
Foo::BAR
does not get resolved.The text was updated successfully, but these errors were encountered: