Searched defs:UnresolvedMethodCall (Results 1 – 3 of 3) sorted by relevance
18 d: &hir::UnresolvedMethodCall, in unresolved_method()49 d: &hir::UnresolvedMethodCall, in field_fix()
200 pub struct UnresolvedMethodCall { struct201 pub expr: InFile<AstPtr<ast::Expr>>,202 pub receiver: Type,203 pub name: Name,204 pub field_with_same_name: Option<Type>,
211 UnresolvedMethodCall { enumerator