mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-21 07:00:38 +00:00
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.