Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7bf7f57

Browse files
committedJun 20, 2024
Remove feature(const_closures) from libcore
1 parent e057232 commit 7bf7f57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎core/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@
209209
#![feature(cfg_sanitize)]
210210
#![feature(cfg_target_has_atomic)]
211211
#![feature(cfg_target_has_atomic_equal_alignment)]
212-
#![feature(const_closures)]
213212
#![feature(const_fn_floating_point_arithmetic)]
214213
#![feature(const_for)]
215214
#![feature(const_mut_refs)]

0 commit comments

Comments
 (0)
Failed to load comments.