Skip to content

Commit ed32003

Browse files
WaterWhispererrami3l
authored andcommitted
chore: document legacy default host setting
1 parent 0bb8b60 commit ed32003

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/config.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -913,6 +913,8 @@ impl<'a> Cfg<'a> {
913913
// if the supplied tuple is insufficient / bad.
914914
PartialToolchainDesc::from_str("stable")?.resolve(&TargetTuple::new(host_tuple.clone()))?;
915915
self.settings_file.with_mut(|s| {
916+
// TODO: Support default_host_tuple in settings while keeping default_host_triple
917+
// for backwards compatibility.
916918
s.default_host_triple = Some(host_tuple);
917919
Ok(())
918920
})

0 commit comments

Comments
 (0)