Skip to content

Commit 29dc836

Browse files
authored
Unrolled build for rust-lang#126737
Rollup merge of rust-lang#126737 - fee1-dead-contrib:rm-const-closures, r=compiler-errors Remove `feature(const_closures)` from libcore This is an incomplete feature and apparently it has no uses in `core`. Incomplete features should generally not be used in our standard library.
2 parents cb8a7ea + d3091df commit 29dc836

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/core/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@
209209
#![feature(cfg_sanitize)]
210210
#![feature(cfg_target_has_atomic)]
211211
#![feature(cfg_target_has_atomic_equal_alignment)]
212-
#![feature(const_closures)]
213212
#![feature(const_fn_floating_point_arithmetic)]
214213
#![feature(const_for)]
215214
#![feature(const_mut_refs)]

0 commit comments

Comments
 (0)