feat: avoid checking the whole project during initial loading
This commit is contained in:
@@ -68,6 +68,7 @@ impl AnalysisStatsCmd {
|
||||
cargo_config.no_sysroot = self.no_sysroot;
|
||||
let load_cargo_config = LoadCargoConfig {
|
||||
load_out_dirs_from_check: self.load_output_dirs,
|
||||
wrap_rustc: false,
|
||||
with_proc_macro: self.with_proc_macro,
|
||||
};
|
||||
let (host, vfs, _proc_macro) =
|
||||
|
||||
Reference in New Issue
Block a user