pub fn setup_single_file_project(
db: &mut dyn Database,
path: &Path,
) -> Result<CrateInput, ProjectError>Expand description
Sets up the DB to compile the file at the given path. Returns the id of the generated crate.
pub fn setup_single_file_project(
db: &mut dyn Database,
path: &Path,
) -> Result<CrateInput, ProjectError>Sets up the DB to compile the file at the given path. Returns the id of the generated crate.