Skip to content

Commit 6649522

Browse files
author
David Renshaw
committed
closure_to_fn_coercion has been stabilized
1 parent c384f95 commit 6649522

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/run-pass/non_capture_closure_to_fn_ptr.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![feature(closure_to_fn_coercion)]
2-
31
// allow(const_err) to work around a bug in warnings
42
#[allow(const_err)]
53
static FOO: fn() = || { assert_ne!(42, 43) };

0 commit comments

Comments
 (0)