Remove feature(const_closures) from libcore · model-checking/verify-rust-std@7bf7f57 (original) (raw)

Skip to content

Sign in

Appearance settings

View all features

View all solutions

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Sign in

Sign up

Appearance settings

model-checking / verify-rust-std Public

forked from rust-lang/rust

Additional navigation options

Commit 7bf7f57

Browse files

fee1-deadfee1-dead

committed

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‎

Lines changed: 0 additions & 1 deletion

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

0 commit comments

Comments

(0)