File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
- changelog-seen = 2
1
+ change-id = 102579
2
2
profile = " user"
3
3
4
4
[llvm ]
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ index d8739ee3824..759beb2d306 100644
87
87
88
88
pub fn setenv(_: &OsStr, _: &OsStr) -> io::Result<()> {
89
89
diff --git a/library/std/src/sys/pal/zkvm/mod.rs b/library/std/src/sys/pal/zkvm/mod.rs
90
- index 62f0a2c7b1c..4f79f8c4961 100644
90
+ index 7f221dc4fd9..ebdcb6abbdb 100644
91
91
--- a/library/std/src/sys/pal/zkvm/mod.rs
92
92
+++ b/library/std/src/sys/pal/zkvm/mod.rs
93
93
@@ -12,8 +12,6 @@
@@ -99,4 +99,12 @@ index 62f0a2c7b1c..4f79f8c4961 100644
99
99
pub mod env;
100
100
#[path = "../unsupported/fs.rs"]
101
101
pub mod fs;
102
-
102
+ @@ -24,8 +22,6 @@
103
+ #[path = "../unsupported/once.rs"]
104
+ pub mod once;
105
+ pub mod os;
106
+ - #[path = "../unix/os_str.rs"]
107
+ - pub mod os_str;
108
+ #[path = "../unix/path.rs"]
109
+ pub mod path;
110
+ #[path = "../unsupported/pipe.rs"]
You can’t perform that action at this time.
0 commit comments