merge core_panic feature into panic_internals

This commit is contained in:
Ralf Jung
2023-12-09 14:36:34 +01:00
parent ce670339c3
commit af4913fcf4
9 changed files with 26 additions and 32 deletions

View File

@@ -375,7 +375,6 @@
#![feature(cfg_eval)]
#![feature(concat_bytes)]
#![feature(const_format_args)]
#![feature(core_panic)]
#![feature(custom_test_frameworks)]
#![feature(edition_panic)]
#![feature(format_args_nl)]