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 6d764cc commit 5653fe6Copy full SHA for 5653fe6
src/test/run-pass/issue-3168.rs
@@ -18,13 +18,13 @@ pub fn main() {
18
p2.recv();
19
error!("sibling fails");
20
fail!();
21
- }
+ }
22
let (p3,c3) = comm::stream();
23
c.send(c3);
24
c2.send(());
25
error!("child blocks");
26
p3.recv();
27
- };
+ };
28
error!("parent tries");
29
assert !p.recv().try_send(());
30
error!("all done!");
0 commit comments