Skip to content

Commit 748ad9f

Browse files
committed
i128 is stable
1 parent 6f48e37 commit 748ad9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/replace_consts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(integer_atomics, i128, i128_type)]
1+
#![feature(integer_atomics)]
22
#![allow(blacklisted_name)]
33
#![deny(replace_consts)]
44
use std::sync::atomic::*;

0 commit comments

Comments
 (0)