Skip to content

Commit f88f660

Browse files
Fix stage 0 and 1 tests broken because i128 doesn't work in stages less than 2
Broken by #38992.
1 parent 47410b2 commit f88f660

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/run-pass/issue-38987.rs

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
// except according to those terms.
1010
#![feature(i128_type)]
1111

12+
// SNAP: run on all stages after snapshot, i128 currently doesn't work on stages 0 and 1
13+
// ignore-stage1
14+
// ignore-stage0
15+
1216
fn main() {
1317
let _ = -0x8000_0000_0000_0000_0000_0000_0000_0000i128;
1418
}

0 commit comments

Comments
 (0)