You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert_eq!(self.to_wake.load(Ordering::SeqCst),0,"This is a known bug in rust. See https://github.com/rust-lang/rust/issues/39364");
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"
0 commit comments