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 cb5e429 commit 6d49476Copy full SHA for 6d49476
src/libstd/dynamic_lib.rs
@@ -272,7 +272,9 @@ mod dl {
272
use ptr;
273
use result::Result;
274
use result::Result::{Ok, Err};
275
+ #[cfg(stage0)]
276
use slice::SliceExt;
277
278
use str::StrExt;
279
use str;
280
use string::String;
src/libstd/sys/windows/process2.rs
@@ -128,6 +128,7 @@ impl Process {
128
use env::split_paths;
129
use mem;
130
use iter::IteratorExt;
131
132
133
134
// To have the spawning semantics of unix/windows stay the same, we need to
0 commit comments