Skip to content

Commit

Permalink
Rollup merge of rust-lang#40258 - est31:master, r=nikomatsakis
Browse files Browse the repository at this point in the history
Fix description of closure coercion feature

Thanks to @whitequark for pointing this out.
  • Loading branch information
frewsxcv committed Mar 8, 2017
2 parents 3052932 + b55f1e5 commit 3ac1eaa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libsyntax/feature_gate.rs
Original file line number Diff line number Diff line change
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 3ac1eaa

Please sign in to comment.