1
Fork 0

Feature gate: 1.16.0 instead of 1.15.0

This commit is contained in:
est31 2016-12-15 22:57:59 +01:00
parent 8cbe725d34
commit dd10c5a503

View file

@ -323,7 +323,7 @@ declare_features! (
(active, abi_ptx, "1.15.0", None), (active, abi_ptx, "1.15.0", None),
// The `i128` type // The `i128` type
(active, i128_type, "1.15.0", Some(35118)), (active, i128_type, "1.16.0", Some(35118)),
); );
declare_features! ( declare_features! (