We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85be8ab commit 758d88bCopy full SHA for 758d88b
tests/run-pass/bitop-beyond-alignment.rs
@@ -33,5 +33,5 @@ fn is_u64_aligned(u: &Tag<u64>) -> bool {
33
34
pub fn main() {
35
let x = mk_rec();
36
- is_u64_aligned(&x.t); // the result of this is non-deterministic
+ is_u64_aligned(&x.t); // the result of this is non-deterministic (even with a fixed seed, results vary between platforms)
37
}
0 commit comments