Skip to content

Commit

Permalink
Rollup merge of rust-lang#126737 - fee1-dead-contrib:rm-const-closure…
Browse files Browse the repository at this point in the history
…s, 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.
  • Loading branch information
matthiaskrgr authored Jun 20, 2024
2 parents b4e2e4a + 7bf7f57 commit dbaf524
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@
#![feature(cfg_sanitize)]
#![feature(cfg_target_has_atomic)]
#![feature(cfg_target_has_atomic_equal_alignment)]
#![feature(const_closures)]
#![feature(const_fn_floating_point_arithmetic)]
#![feature(const_for)]
#![feature(const_mut_refs)]
Expand Down

0 comments on commit dbaf524

Please sign in to comment.