mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Support sysroot library source being defined inside the workspace
This commit is contained in:
parent
0b32b65ca6
commit
cb9a5b9549
6 changed files with 68 additions and 9 deletions
|
@ -96,6 +96,7 @@ pub struct CargoConfig {
|
|||
pub target: Option<String>,
|
||||
/// Sysroot loading behavior
|
||||
pub sysroot: Option<RustcSource>,
|
||||
pub sysroot_src: Option<AbsPathBuf>,
|
||||
/// rustc private crate source
|
||||
pub rustc_source: Option<RustcSource>,
|
||||
/// crates to disable `#[cfg(test)]` on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue