We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e830da commit 43e54fbCopy full SHA for 43e54fb
rust/extractor/src/main.rs
@@ -42,6 +42,9 @@ fn main() -> anyhow::Result<()> {
42
43
let config = CargoConfig {
44
sysroot: Some(RustLibSource::Discover),
45
+ target_dir: ra_ap_paths::Utf8PathBuf::from_path_buf(cfg.scratch_dir)
46
+ .map(|x| x.join("target"))
47
+ .ok(),
48
..Default::default()
49
};
50
let progress = |t| (println!("progress: {}", t));
0 commit comments