Skip to content

Commit 99e0e37

Browse files
authored
Rollup merge of #156227 - chaos2007:main, r=jhpratt,randomPoison
Add Trusty OS to the generic error implementation. Background: * During this refactor, the Trusty OS was not targeted in the cfg_select: e259373 r? @randomPoison
2 parents 44ce9e7 + 3f7bf60 commit 99e0e37

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • library/std/src/sys/io/error

library/std/src/sys/io/error/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ cfg_select! {
4343
target_os = "vexos",
4444
target_family = "wasm",
4545
target_os = "zkvm",
46+
target_os = "trusty",
4647
) => {
4748
mod generic;
4849
pub use generic::*;

0 commit comments

Comments
 (0)