Open
Description
Panic occurs when typing a std module name.
Example
impl Display for MyStruct {
fn fmt(&self, f: &mut fm
'thread 'searcher' panicked at 'Failed load file "$HOME/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src/std/src/primitive_docs.rs": Os { code: 2, kind: NotFound, message:
"No such file or directory" }', $HOME/.cargo/registry/src/github.yoyoweb123.workers.dev-1ecc6299db9ec823/racer-2.1.38/src/racer/core.rs:816:14\nnote: run with RUST_BACKTRACE=1
environment variable to display a backtrace\n'
Thoughts
I believe this might have something to do with #1130. The completion does still work (it attempts to find the source from the original rust directory layout), but then I think it still tries to find the source from the new layout and fails at that.
Metadata
Metadata
Assignees
Labels
No labels
Activity