-
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
racer does not complete external crates #981
Comments
Looks same as #916 |
I'm having the same issue, same versions, but on linux (debian) |
@kngwyu I've built racer from this repo, I still have the same issue, no completion or definition for hyper. |
@qzio |
|
@kngwyu some more output:
|
@PeterDing @qzio |
success! Thank you for taking the time to fix this <3 |
As far as I'm concerned, the commit d538540 closes this issue. |
Is |
I installed racer with nightly rust. racer completes only std libs.
Following is my test:
My environment info:
In my project directory, following is test result.
ls
cat Cargo.toml
cat src/main.rs
RUST_BACKTRACE=1 RUST_LOG=trace racer complete std
(complete stdlib)RUST_BACKTRACE=1 RUST_LOG=trace racer complete 1 9 src/main.rs
(no complete external lib)RUST_BACKTRACE=1 RUST_LOG=trace racer complete hyper
I viewed #551 , finding nothing to solve the problem.
The text was updated successfully, but these errors were encountered: