Skip to content

Commit dd10c5a

Browse files
committed
Feature gate: 1.16.0 instead of 1.15.0
1 parent 8cbe725 commit dd10c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/feature_gate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ declare_features! (
323323
(active, abi_ptx, "1.15.0", None),
324324

325325
// The `i128` type
326-
(active, i128_type, "1.15.0", Some(35118)),
326+
(active, i128_type, "1.16.0", Some(35118)),
327327
);
328328

329329
declare_features! (

0 commit comments

Comments
 (0)