diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2019-11-22 23:06:56 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2019-11-24 12:05:10 +0300 |
| commit | f89e6c881175503fd96a21e77691955ec90b5274 (patch) | |
| tree | aa6288e74512427ed7f7548894dc013ec22cacfc /src/libsyntax_pos | |
| parent | e41ced3f8d8e2f3f377ef931458e612d5f3d1f3f (diff) | |
| download | rust-f89e6c881175503fd96a21e77691955ec90b5274.tar.gz rust-f89e6c881175503fd96a21e77691955ec90b5274.zip | |
rustc_plugin: Remove support for syntactic plugins
Diffstat (limited to 'src/libsyntax_pos')
| -rw-r--r-- | src/libsyntax_pos/hygiene.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libsyntax_pos/hygiene.rs b/src/libsyntax_pos/hygiene.rs index eb420454f03..583c81143a5 100644 --- a/src/libsyntax_pos/hygiene.rs +++ b/src/libsyntax_pos/hygiene.rs @@ -750,7 +750,6 @@ pub enum AstPass { StdImports, TestHarness, ProcMacroHarness, - PluginMacroDefs, } impl AstPass { @@ -759,7 +758,6 @@ impl AstPass { AstPass::StdImports => "standard library imports", AstPass::TestHarness => "test harness", AstPass::ProcMacroHarness => "proc macro harness", - AstPass::PluginMacroDefs => "plugin macro definitions", } } } |
