This repository was archived by the owner on Nov 18, 2022. It is now read-only.
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
Adding dependencies to Cargo.toml requires restarting VScode #98
Closed
Description
Fedora 25 x86_64
VSCode 1.14.2
Rust (rls) 0.1.0
Rust toolchain installed with rustup and up to date.
When adding new crates as dependencies of my library crate, I find that I have to manually restart VSCode so that newly added crates are taken into accound by Rust (rls).
Without restarting, I get the following error in the problem view, although my crate compiles just fine through the command line
severity: 'Error'
message: 'use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, and unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812)'
at: '7,1'
source: 'rustc'