We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb8b60 commit ed32003Copy full SHA for ed32003
1 file changed
src/config.rs
@@ -913,6 +913,8 @@ impl<'a> Cfg<'a> {
913
// if the supplied tuple is insufficient / bad.
914
PartialToolchainDesc::from_str("stable")?.resolve(&TargetTuple::new(host_tuple.clone()))?;
915
self.settings_file.with_mut(|s| {
916
+ // TODO: Support default_host_tuple in settings while keeping default_host_triple
917
+ // for backwards compatibility.
918
s.default_host_triple = Some(host_tuple);
919
Ok(())
920
})
0 commit comments