Skip to content

Commit

Permalink
Rollup merge of #126737 - fee1-dead-contrib:rm-const-closures, r=comp…
Browse files Browse the repository at this point in the history
…iler-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 2fa148e + d3091df commit b0b2082
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/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 b0b2082

Please sign in to comment.