Remove ty_mac
This commit is contained in:
parent
ea5d1dfb1c
commit
8470639319
5 changed files with 1 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue