Rollup merge of #126737 - fee1-dead-contrib:rm-const-closures, r=comp… · model-checking/verify-rust-std@dbaf524 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Commit dbaf524
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.
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -209,7 +209,6 @@ | ||
209 | 209 | #![feature(cfg_sanitize)] |
210 | 210 | #![feature(cfg_target_has_atomic)] |
211 | 211 | #![feature(cfg_target_has_atomic_equal_alignment)] |
212 | -#![feature(const_closures)] | |
213 | 212 | #![feature(const_fn_floating_point_arithmetic)] |
214 | 213 | #![feature(const_for)] |
215 | 214 | #![feature(const_mut_refs)] |