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 338fc7d commit 7658a13Copy full SHA for 7658a13
src/libstd/sys/wasi/thread.rs
@@ -48,7 +48,7 @@ impl Thread {
48
let wasi::Event { userdata, error, type_, .. } = out[0];
49
match (n, userdata, error) {
50
(1, 0x0123_45678, 0) if type_ == wasi::EVENTTYPE_CLOCK => {}
51
- _ => panic!("thread::sleep(): unexpected result of poll_oneof"),
+ _ => panic!("thread::sleep(): unexpected result of poll_oneoff"),
52
}
53
54
0 commit comments