Skip to content

Commit

Permalink
Feature gate: 1.16.0 instead of 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Dec 20, 2016
1 parent 54b8994 commit 4ebddcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/feature_gate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ declare_features! (
(active, target_feature, "1.15.0", None),

// The `i128` type
(active, i128_type, "1.15.0", Some(35118)),
(active, i128_type, "1.16.0", Some(35118)),
);

declare_features! (
Expand Down

0 comments on commit 4ebddcc

Please sign in to comment.