Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ #![allow(incomplete_features)] #![feature( + const_default, + derive_const, + const_ops, bigint_helper_methods, proc_macro_hygiene, portable_simd, |