diff options
| author | Deadbeef <ent3rm4n@gmail.com> | 2024-06-20 15:15:48 +0000 |
|---|---|---|
| committer | Deadbeef <ent3rm4n@gmail.com> | 2024-06-20 15:15:48 +0000 |
| commit | d3091df79b92eff2648e2b1537f22c6f834aecf0 (patch) | |
| tree | 23879311ef6e8f95b71a0f172153ebb66bba8c4f | |
| parent | 1aaab8b9f8dc488cadc4f083b3a11fb11b45cb77 (diff) | |
| download | rust-d3091df79b92eff2648e2b1537f22c6f834aecf0.tar.gz rust-d3091df79b92eff2648e2b1537f22c6f834aecf0.zip | |
Remove `feature(const_closures)` from libcore
| -rw-r--r-- | library/core/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/core/src/lib.rs b/library/core/src/lib.rs index a533a7938f1..94ad8fbd5df 100644 --- a/library/core/src/lib.rs +++ b/library/core/src/lib.rs @@ -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)] |
