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 d08600b commit 0ce5faaCopy full SHA for 0ce5faa
src/librustrt/lib.rs
src/libstd/comm/mod.rs
@@ -1516,7 +1516,7 @@ mod test {
1516
1517
// wait for the child task to exit before we exit
1518
rx2.recv();
1519
- })
+ }}
1520
}
1521
1522
#[cfg(test)]
src/libstd/io/stdio.rs
@@ -41,6 +41,7 @@ use option::Option;
41
use option::Option::{Some, None};
42
use ops::{Deref, DerefMut, FnOnce};
43
use result::Result::{Ok, Err};
44
+use rt;
45
use slice::SliceExt;
46
use str::StrPrelude;
47
use string::String;
0 commit comments