We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c384f95 commit 6649522Copy full SHA for 6649522
tests/run-pass/non_capture_closure_to_fn_ptr.rs
@@ -1,5 +1,3 @@
1
-#![feature(closure_to_fn_coercion)]
2
-
3
// allow(const_err) to work around a bug in warnings
4
#[allow(const_err)]
5
static FOO: fn() = || { assert_ne!(42, 43) };
0 commit comments