This repository has been archived by the owner on Mar 1, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
link prefix components in paths #109
Labels
Comments
cc @Xanewok who was interested in implementing this and @jseyfried who probably knows how to do it. |
Is this project abandoned? |
No, it is used in the RLS |
This was referenced Sep 6, 2018
bors
added a commit
to rust-lang/rust
that referenced
this issue
Oct 18, 2018
Keep resolved defs in path prefixes and emit them in save-analysis Closes rust-dev-tools/rls-analysis#109 r? @eddyb or @petrochenkov
bors
added a commit
to rust-lang/rust
that referenced
this issue
Oct 22, 2018
Keep resolved defs in path prefixes and emit them in save-analysis Closes rust-dev-tools/rls-analysis#109 r? @eddyb or @petrochenkov
bors
added a commit
to rust-lang/rust
that referenced
this issue
Oct 26, 2018
Keep resolved defs in path prefixes and emit them in save-analysis Closes rust-dev-tools/rls-analysis#109 r? @eddyb or @petrochenkov
If it works, it will be a huge step. |
Uhm, could this be related? rust-lang/rust#55480 |
doesn't look like it, but thanks for the heads up |
From rust-lang/rust#55521
So, we can't try the new resolution yet, correct? |
Correct, we're waiting for 55521 to land and then a new nightly to come out. Hopefully tomorrow, maybe the next day. |
I see, thanks! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
e.g., foo and bar in foo::bar::baz; currently we only have info for baz. This will require a name resolution fix in the compiler.
The text was updated successfully, but these errors were encountered: