Skip to content

Commit 27823c9

Browse files
authored
Rollup merge of rust-lang#116856 - oli-obk:no_effects, r=compiler-errors
Disable effects in libcore again r? `@fee1-dead` This was accidentally allowed by rust-lang#114776 without feature gates
2 parents f48b17d + 165acd3 commit 27823c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@
219219
#![feature(doc_cfg)]
220220
#![feature(doc_cfg_hide)]
221221
#![feature(doc_notable_trait)]
222-
#![feature(effects)]
223222
#![feature(exhaustive_patterns)]
224223
#![feature(extern_types)]
225224
#![feature(fundamental)]

0 commit comments

Comments
 (0)