Skip to content

Commit 4ebddcc

Browse files
committed
Feature gate: 1.16.0 instead of 1.15.0
1 parent 54b8994 commit 4ebddcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/feature_gate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ declare_features! (
316316
(active, target_feature, "1.15.0", None),
317317

318318
// The `i128` type
319-
(active, i128_type, "1.15.0", Some(35118)),
319+
(active, i128_type, "1.16.0", Some(35118)),
320320
);
321321

322322
declare_features! (

0 commit comments

Comments
 (0)