Rollup merge of #40258 - est31:master, r=nikomatsakis

Fix description of closure coercion feature

Thanks to @whitequark for pointing this out.
This commit is contained in:
Ariel Ben-Yehuda 2017-03-08 20:53:54 +02:00 committed by GitHub
commit f38e332b79

View File

@ -330,8 +330,7 @@ pub fn new() -> 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