Searched defs:needs_cleanup (Results 1 – 1 of 1) sorted by relevance
227 fn needs_cleanup(&self) -> bool { in needs_cleanup() method736 let needs_cleanup = self.scopes.scopes.last().is_some_and(|scope| scope.needs_cleanup()); in leave_top_scope() localVariable