diff options
| author | Mark Mansi <markm@cs.wisc.edu> | 2018-03-16 20:15:56 -0500 |
|---|---|---|
| committer | Mark Mansi <markm@cs.wisc.edu> | 2018-03-26 08:37:56 -0500 |
| commit | db7d9ea480e16c7135c997f56b44d3c0a657cc9d (patch) | |
| tree | 53d11378eae87a1b1f56d9835aa69e410fc1b82b /src/librustc_const_math | |
| parent | 33d9d8e0c62e6eeb3c9406a251312c630c2b3596 (diff) | |
| download | rust-db7d9ea480e16c7135c997f56b44d3c0a657cc9d.tar.gz rust-db7d9ea480e16c7135c997f56b44d3c0a657cc9d.zip | |
Stabilize i128 feature too
Diffstat (limited to 'src/librustc_const_math')
| -rw-r--r-- | src/librustc_const_math/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/librustc_const_math/lib.rs b/src/librustc_const_math/lib.rs index a53055c7ce7..7177e2818fb 100644 --- a/src/librustc_const_math/lib.rs +++ b/src/librustc_const_math/lib.rs @@ -19,8 +19,7 @@ html_root_url = "https://doc.rust-lang.org/nightly/")] #![deny(warnings)] -#![feature(i128)] -#![cfg_attr(stage0, feature(i128_type))] +#![cfg_attr(stage0, feature(i128_type, i128))] extern crate rustc_apfloat; |
