Skip to content

Commit 3f7bf60

Browse files
committed
Add Trusty OS to the generic error implementation.
Background: * During this refactor, the Trusty OS was not targeted in the cfg_select e259373
1 parent e95e732 commit 3f7bf60

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)