diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2019-08-03 04:22:44 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2019-08-03 23:57:35 +0300 |
| commit | 2a9b75281bfb03fc795568ac8fb6eeff7cac8034 (patch) | |
| tree | ea6822aaf109f50091b924dc173bb99b2c7a1425 /src/libsyntax_pos | |
| parent | a45743345659c775b01484574af2818c46a2cb03 (diff) | |
| download | rust-2a9b75281bfb03fc795568ac8fb6eeff7cac8034.tar.gz rust-2a9b75281bfb03fc795568ac8fb6eeff7cac8034.zip | |
Move special treatment of `derive(Copy, PartialEq, Eq)` from expansion infrastructure to elsewhere
Diffstat (limited to 'src/libsyntax_pos')
| -rw-r--r-- | src/libsyntax_pos/symbol.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax_pos/symbol.rs b/src/libsyntax_pos/symbol.rs index 12c4ba059fe..f7e1b983e54 100644 --- a/src/libsyntax_pos/symbol.rs +++ b/src/libsyntax_pos/symbol.rs @@ -565,7 +565,6 @@ symbols! { rustc_clean, rustc_const_unstable, rustc_conversion_suggestion, - rustc_copy_clone_marker, rustc_def_path, rustc_deprecated, rustc_diagnostic_macros, |
