Plumbing and parsing for item-position macros.

This commit is contained in:
Eric Holk
2012-07-05 12:10:33 -07:00
parent a787f40013
commit 05cdda3a2c
19 changed files with 135 additions and 10 deletions

View File

@@ -283,6 +283,10 @@ fn noop_fold_item_underscore(i: item_, fld: ast_fold) -> item_ {
rp,
/* FIXME (#2543) */ copy methods)
}
item_mac(m) {
// TODO: we might actually want to do something here.
item_mac(m)
}
};
}