Phil Dawes
Phil Dawes
Hi @varding. Thanks for filing this issue. 1. I don't think functions without a body are valid in rust. 2. You're right, racer doesn't support extern yet. I suspect it...
Ah, I see what you mean, thanks
Hi @olsonjeffery. Racer should be able to perform completion/find-definition for other cargo crates by inspecting your Cargo.toml and Cargo.lock, so it sounds like there might be a more specific problem...
Hi @olsenjeffery. I took a look at gfx-examples/src/terrain/main.rs. If the genmesh crate is resolving then it sounds like racer is setup ok. I suspect the other problems might be either...