We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95e732 commit 3f7bf60Copy full SHA for 3f7bf60
1 file changed
library/std/src/sys/io/error/mod.rs
@@ -43,6 +43,7 @@ cfg_select! {
43
target_os = "vexos",
44
target_family = "wasm",
45
target_os = "zkvm",
46
+ target_os = "trusty",
47
) => {
48
mod generic;
49
pub use generic::*;
0 commit comments