Stabilize assoc_int_consts

This commit is contained in:
Linus Färnstrand
2020-02-04 18:01:11 +01:00
parent 2ed25f0697
commit 271ba5a3ea
5 changed files with 32 additions and 38 deletions

View File

@@ -138,7 +138,6 @@
#![feature(associated_type_bounds)]
#![feature(const_type_id)]
#![feature(const_caller_location)]
#![feature(assoc_int_consts)]
#![cfg_attr(not(bootstrap), feature(no_niche))] // rust-lang/rust#68303
#[prelude_import]