Fix description of closure coercion feature

This commit is contained in:
est31 2017-03-04 14:31:34 +01:00
parent 73d31e3f7b
commit b55f1e5342
1 changed files with 1 additions and 2 deletions

View File

@ -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