Searched defs:has_mut_self (Results 1 – 3 of 3) sorted by relevance
727 let mut has_mut_self = false; in parse_bare_fn() localVariable1036 let mut has_mut_self = false; in parse_bare_fn_arg() localVariable
937 let has_mut_self = allow_self && input.peek(Token![mut]) && input.peek2(Token![self]); in parse_bare_fn_arg() localVariable