Home
last modified time | relevance | path

Searched defs:needs_cleanup (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/compiler/rustc_mir_build/src/build/
Dscope.rs227 fn needs_cleanup(&self) -> bool { in needs_cleanup() method
736 let needs_cleanup = self.scopes.scopes.last().is_some_and(|scope| scope.needs_cleanup()); in leave_top_scope() localVariable