rust/crates/project_model/src
Alex Macleod a6eeb75120 Use workspace cargo to fetch rust source's metadata
Previously the detected cargo is the global one, as it uses the
directory of the rust source which doesn't pick up the local override

This fixes the case in clippy where the local rust toolchain is a recent
nightly that has a 2021 edition Cargo.toml. The global (stable) cargo
returns an error attempting to parse it

Fixes #10445
2021-10-14 16:20:11 +01:00
..
build_scripts.rs Reduce visibility of WorkspaceBuildScripts::run 2021-08-25 18:02:27 +02:00
cargo_workspace.rs Use workspace cargo to fetch rust source's metadata 2021-10-14 16:20:11 +01:00
cfg_flag.rs
lib.rs Extend CargoConfig.unset_test_crates to allow for efficiently disabling #[cfg(test)] on all crates without having to first load the crate graph 2021-08-26 13:10:14 +02:00
manifest_path.rs internal: use types to remove some unwraps 2021-07-19 21:20:10 +03:00
project_json.rs support non-extern-prelude dependencies 2021-09-28 21:23:46 +02:00
rustc_cfg.rs switch log crate to tracing 2021-08-30 15:11:42 +08:00
sysroot.rs Remove support for old-style sysroot 2021-10-04 18:36:56 +03:00
tests.rs Implicitly depend on test 2021-09-28 21:39:41 +02:00
workspace.rs Use workspace cargo to fetch rust source's metadata 2021-10-14 16:20:11 +01:00