This commit is contained in:
Lukas Wirth 2022-10-19 21:17:11 +02:00
parent 40cbeb5b3d
commit 9d3e616f82
6 changed files with 33 additions and 29 deletions

View file

@ -189,6 +189,7 @@ fn discover_sysroot_src_dir(sysroot_path: &AbsPathBuf) -> Option<AbsPathBuf> {
get_rust_src(sysroot_path)
}
fn discover_sysroot_src_dir_or_add_component(
sysroot_path: &AbsPathBuf,
current_dir: &AbsPath,