Skip to content

Commit 93ad831

Browse files
committed
Update the error code for compile_fail/scope_join_bad.rs
1 parent d45b1f8 commit 93ad831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rayon-core/src/compile_fail/scope_join_bad.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! ```compile_fail,E0597
1+
/*! ```compile_fail,E0373
22
33
fn bad_scope<F>(f: F)
44
where F: FnOnce(&i32) + Send,

0 commit comments

Comments
 (0)