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
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
I'm trying to use RLS with vscode-rust in a project that uses rust-geo. It has a dependency to cgmath that seems to cause trouble. The following error occurs:
thread '<unnamed>' panicked at 'could not run cargo: ChainedError { error: Could not compile `cgmath`., cause: process didn't exit successfully: `rustc --crate-name cgmath C:\Users\myuser\.cargo\registry\src\gh.neting.cc-1ecc6299db9ec823\cgmath-0.12.0\src\lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg feature="rustc-serialize" --cfg feature="default" -C metadata=afb407e74449b592 -C extra-filename=-afb407e74449b592 --out-dir c:\mycode\target\rls\debug\deps -L dependency=c:\mycode\target\rls\debug\deps --extern rand=c:\mycode\target\rls\debug\deps\librand-d22275320cd9f6c2.rmeta --extern num_traits=c:\mycode\target\rls\debug\deps\libnum_traits-4c2dc66d8816610d.rmeta --extern approx=c:\mycode\target\rls\debug\deps\libapprox-b3f7cf616ce926ae.rmeta --extern rustc_serialize=c:\mycode\target\rls\debug\deps\librustc_serialize-11a16e191609bcdb.rmeta --cap-lints allow -Zunstable-options -Zsave-analysis --error-format=json -Zcontinue-parse-after-error` (exit code: 101) }', src\libcore\result.rs:859
I am using the following toolchain: nightly-x86_64-pc-windows-gnu updated - rustc 1.18.0-nightly (63c7721 2017-04-24)
Unfortunately I have currently no idea how to fix this. I can compile the project successfully with cargo build. Do you have any suggestions?
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to use RLS with
vscode-rust
in a project that usesrust-geo
. It has a dependency tocgmath
that seems to cause trouble. The following error occurs:I am using the following toolchain: nightly-x86_64-pc-windows-gnu updated - rustc 1.18.0-nightly (63c7721 2017-04-24)
Unfortunately I have currently no idea how to fix this. I can compile the project successfully with
cargo build
. Do you have any suggestions?The text was updated successfully, but these errors were encountered: