Skip to content

Commit

Permalink
Update compile_fail doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Dec 24, 2023
1 parent 26d6fd9 commit ecc994e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crossbeam-utils/src/thread.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
//! tricky because argument `s` lives *inside* the invocation of `thread::scope()` and as such
//! cannot be borrowed by scoped threads:
//!
//! ```compile_fail,E0373,E0521
//! ```compile_fail,E0521
//! use crossbeam_utils::thread;
//!
//! thread::scope(|s| {
Expand Down

0 comments on commit ecc994e

Please sign in to comment.