stabilize const_type_id feature

This commit is contained in:
Ashley Mannix
2020-05-23 15:17:19 +10:00
parent ac48e62db8
commit cac16c9793
6 changed files with 2 additions and 22 deletions

View File

@@ -145,7 +145,6 @@
#![feature(maybe_uninit_slice)]
#![feature(external_doc)]
#![feature(associated_type_bounds)]
#![feature(const_type_id)]
#![feature(const_caller_location)]
#![feature(slice_ptr_get)]
#![feature(no_niche)] // rust-lang/rust#68303