diff options
| author | Clar Charr <clar@charr.xyz> | 2017-01-26 16:10:48 -0500 |
|---|---|---|
| committer | Clar Charr <clar@charr.xyz> | 2017-02-05 18:55:37 -0500 |
| commit | 8b2e334e0e3d3324307c22d37c6620b479eff0f7 (patch) | |
| tree | ebb9e3b1a3e312fa8ff7949dc531e6520eab7857 /src/libstd/lib.rs | |
| parent | 031c1168b9b3f38405090f6be678a156b7d71e12 (diff) | |
| download | rust-8b2e334e0e3d3324307c22d37c6620b479eff0f7.tar.gz rust-8b2e334e0e3d3324307c22d37c6620b479eff0f7.zip | |
Ipv6Addr <-> u128
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 9bcecebf693..1f3526e1a09 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -261,6 +261,8 @@ #![feature(generic_param_attrs)] #![feature(hashmap_hasher)] #![feature(heap_api)] +#![feature(i128)] +#![feature(i128_type)] #![feature(inclusive_range)] #![feature(int_error_internals)] #![feature(integer_atomics)] @@ -304,7 +306,6 @@ #![feature(unwind_attributes)] #![feature(vec_push_all)] #![feature(zero_one)] -#![feature(i128)] #![cfg_attr(test, feature(update_panic_count))] // Explicitly import the prelude. The compiler uses this same unstable attribute |
