Use cfg_match in core

This commit is contained in:
Christopher Durham
2025-03-26 14:32:35 -04:00
parent 19cab6b878
commit 2e5a76cd1e
8 changed files with 53 additions and 118 deletions

View File

@@ -100,6 +100,7 @@
#![feature(bigint_helper_methods)]
#![feature(bstr)]
#![feature(bstr_internals)]
#![feature(cfg_match)]
#![feature(closure_track_caller)]
#![feature(const_carrying_mul_add)]
#![feature(const_eval_select)]