diff options
| author | est31 <MTest31@outlook.com> | 2017-03-04 14:31:34 +0100 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2017-03-04 14:31:34 +0100 |
| commit | b55f1e5342a948b546ad61b437ede6096ffee613 (patch) | |
| tree | bd03c983d6a0e4e9d8088d6ce7fae1ccbccec74a | |
| parent | 73d31e3f7ba50d04d42ec78f2cc8641b3a50321e (diff) | |
| download | rust-b55f1e5342a948b546ad61b437ede6096ffee613.tar.gz rust-b55f1e5342a948b546ad61b437ede6096ffee613.zip | |
Fix description of closure coercion feature
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 6eb7d449f26..e7bf16eae9e 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -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 |
