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 f63096e commit 598e5b2Copy full SHA for 598e5b2
library/std/src/sync/mpsc/shared.rs
@@ -251,7 +251,7 @@ impl<T> Packet<T> {
251
assert_eq!(
252
self.to_wake.load(Ordering::SeqCst),
253
0,
254
- "This is a known bug in rust. See https://github.com/rust-lang/rust/issues/39364"
+ "This is a known bug in the Rust standard library. See https://github.com/rust-lang/rust/issues/39364"
255
);
256
let ptr = token.cast_to_usize();
257
self.to_wake.store(ptr, Ordering::SeqCst);
0 commit comments