You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that cargo cache the extern crate source in ~/.multirust/toolchains/stable/cargo/registry/src. However the find definition works fine when the source locate in the rust source directory.
The text was updated successfully, but these errors were encountered:
LiVincent-Zhang
changed the title
In Rust layer, company-racer can not complete the exter crate.
In Rust layer, company-racer can not complete the extern crate.
Jun 29, 2016
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!
I found that cargo cache the extern crate source in
~/.multirust/toolchains/stable/cargo/registry/src
. However thefind definition
works fine when the source locate in the rust source directory.The text was updated successfully, but these errors were encountered: