Const stabilize mem::discriminant

This commit is contained in:
David Tolnay
2023-09-28 10:07:40 -07:00
parent dd91aba2fd
commit fd207e67d5
5 changed files with 3 additions and 5 deletions

View File

@@ -126,7 +126,6 @@
#![feature(const_caller_location)]
#![feature(const_cell_into_inner)]
#![feature(const_char_from_u32_unchecked)]
#![feature(const_discriminant)]
#![feature(const_eval_select)]
#![feature(const_exact_div)]
#![feature(const_float_bits_conv)]