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 d2a3cf1 commit b7731ceCopy full SHA for b7731ce
futures/tests/async_await/smoke.rs
@@ -234,6 +234,6 @@ fn poll_stream_after_error() {
234
235
#[test]
236
fn run_boxed_future_in_cpu_pool() {
237
- let mut pool = executor::ThreadPool::new();
+ let mut pool = executor::ThreadPool::new().unwrap();
238
pool.spawn(_foo9()).unwrap();
239
}
0 commit comments