Remove ty_mac

This commit is contained in:
Seo Sanghyeon 2013-11-21 22:59:56 +09:00
parent ea5d1dfb1c
commit 8470639319
5 changed files with 1 additions and 10 deletions

View file

@ -861,7 +861,6 @@ pub enum ty_ {
ty_bare_fn(@TyBareFn),
ty_tup(~[Ty]),
ty_path(Path, Option<OptVec<TyParamBound>>, NodeId), // for #7264; see above
ty_mac(mac),
ty_typeof(@Expr),
// ty_infer means the type should be inferred instead of it having been
// specified. This should only appear at the "top level" of a type and not