We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 247da7b commit 4a25a49Copy full SHA for 4a25a49
src/test/run-pass-valgrind/cast-enum-with-dtor.rs
@@ -28,7 +28,7 @@ fn main() {
28
{
29
let e = E::C;
30
assert_eq!(e as u32, 2);
31
- assert_eq!(FLAG.load(Ordering::SeqCst), 0);
+ assert_eq!(FLAG.load(Ordering::SeqCst), 1);
32
}
33
assert_eq!(FLAG.load(Ordering::SeqCst), 1);
34
0 commit comments