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.
task
thread
1 parent 5f15729 commit 59fe5e5Copy full SHA for 59fe5e5
src/test/run-fail/task-spawn-barefn.rs
@@ -22,5 +22,5 @@ fn main() {
22
}
23
24
fn startfn() {
25
- assert!("Ensure that the child task runs by panicking".is_empty());
+ assert!("Ensure that the child thread runs by panicking".is_empty());
26
0 commit comments