about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2016-12-15 22:57:59 +0100
committerest31 <MTest31@outlook.com>2016-12-30 15:17:30 +0100
commitdd10c5a5033cd90af65e32a08c43ce5e34fc9168 (patch)
treeabd38273b408aeb035edf1ae71caf32f61d82630 /src/libsyntax
parent8cbe725d34d3f04a99d557c066e6191d0af74ed7 (diff)
downloadrust-dd10c5a5033cd90af65e32a08c43ce5e34fc9168.tar.gz
rust-dd10c5a5033cd90af65e32a08c43ce5e34fc9168.zip
Feature gate: 1.16.0 instead of 1.15.0
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/feature_gate.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs
index a3f2cd3a0cd..a3ecdabbe1c 100644
--- a/src/libsyntax/feature_gate.rs
+++ b/src/libsyntax/feature_gate.rs
@@ -323,7 +323,7 @@ declare_features! (
     (active, abi_ptx, "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! (