fix typo in the creation of OpenOption for RustyHermit#109368
fix typo in the creation of OpenOption for RustyHermit#109368bors merged 1 commit intorust-lang:masterfrom
Conversation
Due to this typo we have to build a workaround for issue hermit-os/kernel#191. RustyHermit is a tier 3 platform and backward compatibility does not have to be guaranteed.
|
r? @cuviper (rustbot has picked a reviewer for you, use r? to override) |
|
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
I noticed that this workaround will @bors r+ rollup |
…iaskrgr Rollup of 9 pull requests Successful merges: - rust-lang#108629 (rustdoc: add support for type filters in arguments and generics) - rust-lang#108924 (panic_immediate_abort requires abort as a panic strategy) - rust-lang#108961 (Refine error spans for const args in hir typeck) - rust-lang#108986 (sync LVI tests) - rust-lang#109142 (Add block-based mutex unlocking example) - rust-lang#109368 (fix typo in the creation of OpenOption for RustyHermit) - rust-lang#109493 (Return nested obligations from canonical response var unification) - rust-lang#109515 (Add AixLinker to support linking on AIX) - rust-lang#109536 (resolve: Rename some cstore methods to match queries and add comments) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
414: switch to the latest nightly compiler r=stlankes a=stlankes - the latest std library use random `HashMap` keys rust-lang/rust#107387 - fix typo in the creation of OpenOption for RustyHermit rust-lang/rust#109368 Co-authored-by: Stefan Lankes <slankes@eonerc.rwth-aachen.de>
414: switch to the latest nightly compiler r=stlankes a=stlankes - the latest std library use random `HashMap` keys rust-lang/rust#107387 - fix typo in the creation of OpenOption for RustyHermit rust-lang/rust#109368 Co-authored-by: Stefan Lankes <slankes@eonerc.rwth-aachen.de>
- since rust-lang/rust#109368 the workaround isn't longer required
704: remove workaround, which fix wrong file flags r=stlankes a=stlankes - since rust-lang/rust#109368 the workaround isn't longer required Co-authored-by: Stefan Lankes <slankes@eonerc.rwth-aachen.de>
- since rust-lang/rust#109368 the workaround isn't longer required
Due to this typo we have to build a workaround for issue hermit-os/kernel#191.
RustyHermit is a tier 3 platform and backward compatibility does not have to be guaranteed.