diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-03-27 10:07:49 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-03-27 10:07:49 -0700 |
| commit | 625199950caa7ed5de67ba74ed68789e89f4a17e (patch) | |
| tree | 960000f4b1573f66575d3e75253aa984dbc4400b /src/libsyntax | |
| parent | 7d79a4facd6cd26ff06d99ef4bbb2b35003de28e (diff) | |
| parent | 671d896294eb07825d52fdeed5f3fbc1989d4939 (diff) | |
| download | rust-625199950caa7ed5de67ba74ed68789e89f4a17e.tar.gz rust-625199950caa7ed5de67ba74ed68789e89f4a17e.zip | |
rollup merge of #23761: alexcrichton/remove-phase
This commit removes the extra deprecation warnings and support for the old `phase` and `plugin` attributes for loading plugins.
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 76887164418..9c3be5018f2 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -54,7 +54,6 @@ const KNOWN_FEATURES: &'static [(&'static str, &'static str, Status)] = &[ ("non_ascii_idents", "1.0.0", Active), ("thread_local", "1.0.0", Active), ("link_args", "1.0.0", Active), - ("phase", "1.0.0", Removed), ("plugin_registrar", "1.0.0", Active), ("log_syntax", "1.0.0", Active), ("trace_macros", "1.0.0", Active), |
