Reenable effects in libcore

This commit is contained in:
Deadbeef
2023-11-12 04:33:19 +00:00
parent 2c1b65ee14
commit da28b30896
3 changed files with 23 additions and 2 deletions

View File

@@ -219,6 +219,7 @@
#![feature(doc_cfg)]
#![feature(doc_cfg_hide)]
#![feature(doc_notable_trait)]
#![feature(effects)]
#![feature(exhaustive_patterns)]
#![feature(extern_types)]
#![feature(fundamental)]