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:
commit
f38e332b79
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue