Skip to content

Commit 758d88b

Browse files
committed
explain better what is non-deterministic here
1 parent 85be8ab commit 758d88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-pass/bitop-beyond-alignment.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ fn is_u64_aligned(u: &Tag<u64>) -> bool {
3333

3434
pub fn main() {
3535
let x = mk_rec();
36-
is_u64_aligned(&x.t); // the result of this is non-deterministic
36+
is_u64_aligned(&x.t); // the result of this is non-deterministic (even with a fixed seed, results vary between platforms)
3737
}

0 commit comments

Comments
 (0)