diff options
| author | Havvy (Ryan Scheel) <ryan.havvy@gmail.com> | 2018-10-07 21:48:28 -0700 |
|---|---|---|
| committer | Havvy (Ryan Scheel) <ryan.havvy@gmail.com> | 2018-10-07 21:48:28 -0700 |
| commit | bbe832d570e826b2012c09869aa77d6201932730 (patch) | |
| tree | 1a425e08dca9521304d1288d0045c8c19286630f /src/libsyntax | |
| parent | 35e6c65628a537ad92a38b562a6f9e2de1887b5b (diff) | |
| download | rust-bbe832d570e826b2012c09869aa77d6201932730.tar.gz rust-bbe832d570e826b2012c09869aa77d6201932730.zip | |
cfg-attr-multi: Change issue number to actual tracking issue
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 7707bbaa8b0..276b0623a1f 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -517,7 +517,7 @@ declare_features! ( (active, impl_trait_in_bindings, "1.30.0", Some(34511), None), // #[cfg_attr(predicate, multiple, attributes, here)] - (active, cfg_attr_multi, "1.31.0", Some(555666), None), + (active, cfg_attr_multi, "1.31.0", Some(54881), None), ); declare_features! ( |
