1
Fork 0

revert const_type_id stabilization

This reverts commit e3856616ee.
This commit is contained in:
Ashley Mannix 2020-09-23 08:39:19 +10:00
parent e0bc267512
commit 9b2c8d866e
7 changed files with 10 additions and 6 deletions

View file

@ -90,6 +90,7 @@
#![feature(const_slice_ptr_len)]
#![feature(const_size_of_val)]
#![feature(const_align_of_val)]
#![feature(const_type_id)]
#![feature(const_type_name)]
#![feature(const_likely)]
#![feature(const_unreachable_unchecked)]