mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +00:00
Rollup merge of #109368 - hermitcore:typo, r=cuviper
fix typo in the creation of OpenOption for RustyHermit Due to this typo we have to build a workaround for issue hermitcore/libhermit-rs#191. RustyHermit is a tier 3 platform and backward compatibility does not have to be guaranteed.
This commit is contained in:
commit
cca2630bc9
@ -202,7 +202,7 @@ impl OpenOptions {
|
|||||||
create: false,
|
create: false,
|
||||||
create_new: false,
|
create_new: false,
|
||||||
// system-specific
|
// system-specific
|
||||||
mode: 0x777,
|
mode: 0o777,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user