fix: Don't pass feature flags to rustc private crates metadata invocation
This commit is contained in:
parent
ad91622d11
commit
8b8cd04825
@ -254,7 +254,10 @@ impl ProjectWorkspace {
|
||||
match CargoWorkspace::fetch_metadata(
|
||||
&rustc_dir,
|
||||
cargo_toml.parent(),
|
||||
config,
|
||||
&CargoConfig {
|
||||
features: crate::CargoFeatures::default(),
|
||||
..config.clone()
|
||||
},
|
||||
progress,
|
||||
) {
|
||||
Ok(meta) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user