Skip to content

Commit aedebfe

Browse files
committed
Auto merge of #39100 - Mark-Simulacrum:fix-stage1, r=eddyb
Fix stage 1 tests broken because i128 doesn't work in stage 1 Broken by #38992.
2 parents a167c04 + f88f660 commit aedebfe

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)