Skip to content

Commit a67c9e5

Browse files
author
The Miri Conjob Bot
committed
fmt
1 parent 74d3ef5 commit a67c9e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/pass/overflow_checks_off.rs

Lines changed: 1 addition & 2 deletions
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)