Skip to content

Commit 96aed5c

Browse files
committed
Auto merge of rust-lang#117825 - fee1-dead-contrib:corefx, r=petrochenkov
Reenable effects in libcore With rust-lang#116670, rust-lang#117531, and rust-lang#117171, I think we would be comfortable with re-enabling the effects feature for more testing in libcore. r? `@oli-obk` cc `@fmease` cc rust-lang#110395
2 parents feb4573 + 648e204 commit 96aed5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@
219219
#![feature(doc_cfg)]
220220
#![feature(doc_cfg_hide)]
221221
#![feature(doc_notable_trait)]
222+
#![feature(effects)]
222223
#![feature(exhaustive_patterns)]
223224
#![feature(extern_types)]
224225
#![feature(fundamental)]

0 commit comments

Comments
 (0)