Skip to content

Commit 7a83e2f

Browse files
author
The Miri Conjob Bot
committed
fmt
1 parent 3ef558e commit 7a83e2f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tools/miri/tests/pass/overflow_checks_off.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77
// Miri does not implement the codegen-time hack that backs `#[rustc_inherit_overflow_checks]`.
88
// use std::ops::*;
99

10-
1110
// Disable _compile-time_ overflow linting
1211
// so that we can test runtime overflow checks
13-
#![allow(arithmetic_overflow)]
12+
#![allow(arithmetic_overflow)]
1413

1514
fn main() {
1615
assert_eq!(-{ -0x80i8 }, -0x80);

0 commit comments

Comments
 (0)