diff options
| author | Mark Mansi <markm@cs.wisc.edu> | 2018-04-26 22:38:39 -0500 |
|---|---|---|
| committer | Mark Mansi <markm@cs.wisc.edu> | 2018-04-26 22:38:39 -0500 |
| commit | c122b3a42c5dd57682be353cb9433241f67ab9cb (patch) | |
| tree | d97a03970109b44ff4e23977a1a9ca85888860ca /src/liballoc/lib.rs | |
| parent | 20ef0e001a1620436073d01f43a4a462d1967902 (diff) | |
| download | rust-c122b3a42c5dd57682be353cb9433241f67ab9cb.tar.gz rust-c122b3a42c5dd57682be353cb9433241f67ab9cb.zip | |
not insta-stable
Diffstat (limited to 'src/liballoc/lib.rs')
| -rw-r--r-- | src/liballoc/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index 6399be98cd5..c4950786265 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -123,6 +123,7 @@ #![feature(pointer_methods)] #![feature(inclusive_range_fields)] #![cfg_attr(stage0, feature(generic_param_attrs))] +#![feature(rustc_const_unstable)] #![cfg_attr(not(test), feature(fn_traits, i128))] #![cfg_attr(test, feature(test))] |
