Unlock assoc_int_consts in core+std

This commit is contained in:
Linus Färnstrand 2020-01-19 23:06:07 +01:00
parent 9fcbaa4158
commit 4d9e90d2a5
2 changed files with 2 additions and 0 deletions

View File

@ -134,6 +134,7 @@
#![feature(const_type_id)]
#![feature(const_caller_location)]
#![cfg_attr(bootstrap, feature(slice_patterns))]
#![feature(assoc_int_consts)]
#[prelude_import]
#[allow(unused)]

View File

@ -237,6 +237,7 @@
#![feature(arbitrary_self_types)]
#![feature(array_error_internals)]
#![feature(asm)]
#![feature(assoc_int_consts)]
#![feature(associated_type_bounds)]
#![feature(box_syntax)]
#![feature(c_variadic)]