diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-03-26 15:10:31 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-03-26 15:43:42 -0700 |
| commit | 671d896294eb07825d52fdeed5f3fbc1989d4939 (patch) | |
| tree | 6a7308332762ed43f0d3e0c7abc6e99017cde7ab /src/libsyntax | |
| parent | 557d4346a26266d2eb13f6b0adf106b8873b0da1 (diff) | |
| download | rust-671d896294eb07825d52fdeed5f3fbc1989d4939.tar.gz rust-671d896294eb07825d52fdeed5f3fbc1989d4939.zip | |
rustc: Remove old #[phase] and #[plugin]
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 60f81dac1e9..e5e92503fcc 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), |
