1
Fork 0

Stabilize debug_more_non_exhaustive

Fixes: https://github.com/rust-lang/rust/issues/127942
This commit is contained in:
Trevor Gross 2024-10-01 14:40:45 -04:00
parent 8dd5cd0bc1
commit 2bc2304e30
2 changed files with 4 additions and 13 deletions

View file

@ -39,7 +39,6 @@
#![feature(core_io_borrowed_buf)]
#![feature(core_private_bignum)]
#![feature(core_private_diy_float)]
#![feature(debug_more_non_exhaustive)]
#![feature(dec2flt)]
#![feature(duration_constants)]
#![feature(duration_constructors)]