Skip to content

Commit b55f1e5

Browse files
committed
Fix description of closure coercion feature
1 parent 73d31e3 commit b55f1e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libsyntax/feature_gate.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,7 @@ declare_features! (
330330
// `extern "msp430-interrupt" fn()`
331331
(active, abi_msp430_interrupt, "1.16.0", Some(38487)),
332332

333-
// Used to identify crates that contain sanitizer runtimes
334-
// rustc internal
333+
// Coerces non capturing closures to function pointers
335334
(active, closure_to_fn_coercion, "1.17.0", Some(39817)),
336335

337336
// Used to identify crates that contain sanitizer runtimes

0 commit comments

Comments
 (0)