Enable effects for libcore

This commit is contained in:
Deadbeef
2023-08-13 09:02:31 +00:00
parent 3b9e0feff4
commit 04eec37dc2
26 changed files with 261 additions and 185 deletions

View File

@@ -195,6 +195,7 @@
//
// Language features:
// tidy-alphabetical-start
#![cfg_attr(not(bootstrap), feature(effects))]
#![feature(abi_unadjusted)]
#![feature(adt_const_params)]
#![feature(allow_internal_unsafe)]