rustc: rename ast::self_ty and related fields to explicit_self

This commit is contained in:
Erick Tryzelaar
2013-04-30 08:49:48 -07:00
parent 70e02cf445
commit 18f6a51d0a
38 changed files with 184 additions and 184 deletions

View File

@@ -272,7 +272,7 @@ pub fn trait_method_to_ty_method(method: &trait_method) -> ty_method {
purity: m.purity,
decl: copy m.decl,
generics: copy m.generics,
self_ty: m.self_ty,
explicit_self: m.explicit_self,
id: m.id,
span: m.span,
}