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 3db94e8 commit 342da67Copy full SHA for 342da67
std/src/os/unix/net/mod.rs
@@ -20,6 +20,7 @@ mod tests;
20
target_os = "ios",
21
target_os = "tvos",
22
target_os = "watchos",
23
+ target_os = "visionos",
24
target_os = "macos",
25
target_os = "netbsd",
26
target_os = "openbsd",
@@ -46,6 +47,7 @@ pub use self::stream::*;
46
47
48
49
50
51
52
53
std/src/os/unix/net/stream.rs
@@ -7,6 +7,7 @@
7
8
9
10
11
12
target_os = "openbsd"
13
))]
std/src/os/xros/fs.rs renamed to std/src/os/visionos/fs.rs
std/src/os/xros/mod.rs renamed to std/src/os/visionos/mod.rs
std/src/os/xros/raw.rs renamed to std/src/os/visionos/raw.rs
0 commit comments