Stabilize unreachable_unchecked as const fn

This commit is contained in:
Jacob Pratt
2021-10-04 01:04:17 -04:00
parent e737694a4d
commit 11140ff1a0
6 changed files with 7 additions and 11 deletions

View File

@@ -103,7 +103,6 @@
#![feature(const_trait_impl)]
#![feature(const_type_id)]
#![feature(const_type_name)]
#![feature(const_unreachable_unchecked)]
#![feature(const_default_impls)]
#![feature(duration_consts_2)]
#![feature(ptr_metadata)]