Setup Env in world
This commit is contained in:
@@ -52,7 +52,10 @@ pub(crate) fn load_cargo(
|
||||
opts
|
||||
};
|
||||
|
||||
let crate_graph = ws.to_crate_graph(&default_cfg_options, &mut |path: &Path| {
|
||||
// FIXME: outdirs?
|
||||
let outdirs = FxHashMap::default();
|
||||
|
||||
let crate_graph = ws.to_crate_graph(&default_cfg_options, &outdirs, &mut |path: &Path| {
|
||||
let vfs_file = vfs.load(path);
|
||||
log::debug!("vfs file {:?} -> {:?}", path, vfs_file);
|
||||
vfs_file.map(vfs_file_to_id)
|
||||
|
||||
Reference in New Issue
Block a user