diff options
| author | Mark Mansi <markm@cs.wisc.edu> | 2018-03-16 19:51:49 -0500 |
|---|---|---|
| committer | Mark Mansi <markm@cs.wisc.edu> | 2018-03-26 08:36:50 -0500 |
| commit | 7ce8191775b44d3773e28d647b5b17ec85508e16 (patch) | |
| tree | 5deee52a2014042bb5999f0bccb57b7b37ddd3d3 /src/libcore/tests/lib.rs | |
| parent | 5e4603f99066eaf2c1cf19ac3afbac9057b1e177 (diff) | |
| download | rust-7ce8191775b44d3773e28d647b5b17ec85508e16.tar.gz rust-7ce8191775b44d3773e28d647b5b17ec85508e16.zip | |
Stabilize i128_type
Diffstat (limited to 'src/libcore/tests/lib.rs')
| -rw-r--r-- | src/libcore/tests/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/tests/lib.rs b/src/libcore/tests/lib.rs index 1c71669abb1..0b70f692403 100644 --- a/src/libcore/tests/lib.rs +++ b/src/libcore/tests/lib.rs @@ -23,7 +23,7 @@ #![feature(fmt_internals)] #![feature(hashmap_internals)] #![feature(iterator_step_by)] -#![feature(i128_type)] +#![cfg_attr(stage0, feature(i128_type))] #![cfg_attr(stage0, feature(inclusive_range_syntax))] #![feature(iterator_try_fold)] #![feature(iterator_flatten)] |
