about summary refs log tree commit diff
path: root/library/core/src
diff options
context:
space:
mode:
authorDeadbeef <ent3rm4n@gmail.com>2023-11-12 04:33:19 +0000
committerDeadbeef <ent3rm4n@gmail.com>2023-11-12 04:33:19 +0000
commitda28b308968cebefe7275a14bc485f9ef62a966e (patch)
tree0f25cad53d4cf421f960c815259d57367664c168 /library/core/src
parent2c1b65ee1431f8d3fe2142e821eb13c623bbf8a0 (diff)
downloadrust-da28b308968cebefe7275a14bc485f9ef62a966e.tar.gz
rust-da28b308968cebefe7275a14bc485f9ef62a966e.zip
Reenable effects in libcore
Diffstat (limited to 'library/core/src')
-rw-r--r--library/core/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/core/src/lib.rs b/library/core/src/lib.rs
index 5a6d242a729..5bb7101a403 100644
--- a/library/core/src/lib.rs
+++ b/library/core/src/lib.rs
@@ -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)]