Skip to content

Commit

Permalink
Unrolled build for rust-lang#126737
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rust-timer authored Jun 20, 2024
2 parents cb8a7ea + d3091df commit 29dc836
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 29dc836

Please sign in to comment.