Rollup merge of #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.
This commit is contained in:
Matthias Krüger 2024-06-20 18:20:13 +02:00 committed by GitHub
commit b0b2082432
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)]