syntax: remove remaining #syntaxext machinery. Close #3516.

This commit is contained in:
Graydon Hoare 2012-12-12 17:08:09 -08:00
parent e24ae85025
commit 9a4c669867
18 changed files with 154 additions and 276 deletions

View file

@ -831,14 +831,6 @@ enum matcher_ {
type mac = spanned<mac_>;
type mac_arg = Option<@expr>;
#[auto_serialize]
#[auto_deserialize]
type mac_body_ = {span: span};
type mac_body = Option<mac_body_>;
#[auto_serialize]
#[auto_deserialize]
enum mac_ {