We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f720d commit a555b8aCopy full SHA for a555b8a
build_system/rustc_info.rs
@@ -82,6 +82,7 @@ pub(crate) fn get_default_sysroot(rustc: &Path) -> PathBuf {
82
Path::new(String::from_utf8(default_sysroot).unwrap().trim()).to_owned()
83
}
84
85
+// FIXME call once for each target and pass result around in struct
86
pub(crate) fn get_file_name(rustc: &Path, crate_name: &str, crate_type: &str) -> String {
87
let file_name = Command::new(rustc)
88
.stderr(Stdio::inherit())
0 commit comments