-
Notifications
You must be signed in to change notification settings - Fork 279
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
find-definition requires extern crate
in 2018 edition
#916
Labels
Comments
Thanks! |
By #930 racer know current project's edition. |
bors-voyager bot
added a commit
to rust-lang/rls
that referenced
this issue
Sep 10, 2018
1045: Enable nightly flag for cargo r=Xanewok a=kngwyu For #1043 But I want to note here that racer has not yet implemented 2018 style path features completely(e.g. see racer-rust/racer#916). So to make all things work we have to do additional works on racer side. Co-authored-by: kngwyu <yuji.kngw.80s.revive@gmail.com>
bors-voyager bot
added a commit
to rust-lang/rls
that referenced
this issue
Sep 11, 2018
1045: Enable nightly flag for cargo r=Xanewok a=kngwyu For #1043 But I want to note here that racer has not yet implemented 2018 style path features completely(e.g. see racer-rust/racer#916). So to make all things work we have to do additional works on racer side. Co-authored-by: kngwyu <yuji.kngw.80s.revive@gmail.com>
bors-voyager bot
added a commit
to rust-lang/rls
that referenced
this issue
Sep 17, 2018
1045: Enable nightly flag for cargo r=Xanewok a=kngwyu For #1043 But I want to note here that racer has not yet implemented 2018 style path features completely(e.g. see racer-rust/racer#916). So to make all things work we have to do additional works on racer side. Co-authored-by: kngwyu <yuji.kngw.80s.revive@gmail.com>
Is anyone planning on working on this by any chance? |
I'm worrying about the overhead of calling |
This was referenced Oct 23, 2018
Open
Closed via #987 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
extern crate
is no longer required in the 2018 edition preview. However, tryingfind-definition 3 25
on the following code fails. However if addextern crate actix_web;
it works.(This is built from master 22033f9, using emacs-racer, but confirmed on the commandline.)
The text was updated successfully, but these errors were encountered: