Skip to content

Commit a555b8a

Browse files
committed
Add fixme
1 parent a2f720d commit a555b8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_system/rustc_info.rs

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ pub(crate) fn get_default_sysroot(rustc: &Path) -> PathBuf {
8282
Path::new(String::from_utf8(default_sysroot).unwrap().trim()).to_owned()
8383
}
8484

85+
// FIXME call once for each target and pass result around in struct
8586
pub(crate) fn get_file_name(rustc: &Path, crate_name: &str, crate_type: &str) -> String {
8687
let file_name = Command::new(rustc)
8788
.stderr(Stdio::inherit())

0 commit comments

Comments
 (0)