Add new module for project loading stuff

This commit is contained in:
Aleksey Kladov
2020-06-25 23:44:58 +02:00
parent 3d0f782138
commit 72fb712dff
5 changed files with 260 additions and 238 deletions

View File

@@ -9,7 +9,7 @@ use ra_ide::{AnalysisChange, AnalysisHost};
use ra_project_model::{CargoConfig, ProcMacroClient, ProjectManifest, ProjectWorkspace};
use vfs::{loader::Handle, AbsPath};
use crate::global_state::{ProjectFolders, SourceRootConfig};
use crate::reload::{ProjectFolders, SourceRootConfig};
pub fn load_cargo(
root: &Path,