Skip to content

Commit

Permalink
Fix description of closure coercion feature
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Mar 4, 2017
1 parent 73d31e3 commit b55f1e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libsyntax/feature_gate.rs
Expand Up @@ -330,8 +330,7 @@ declare_features! (
// `extern "msp430-interrupt" fn()`
(active, abi_msp430_interrupt, "1.16.0", Some(38487)),

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

// Used to identify crates that contain sanitizer runtimes
Expand Down

0 comments on commit b55f1e5

Please sign in to comment.