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 3865e65 commit 4da7d4bCopy full SHA for 4da7d4b
src/tools/miri/tests/pass/panic/catch_panic.rs
@@ -69,7 +69,7 @@ fn main() {
69
});
70
71
test(Some("align_offset: align is not a power-of-two"), |_old_val| {
72
- (0usize as *const u8).align_offset(3);
+ let _ = (0usize as *const u8).align_offset(3);
73
loop {}
74
75
0 commit comments