Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dresolver.rs573 ) -> UpdateGuard { in update_to_inner_scope()
623 pub fn reset_to_guard(&mut self, UpdateGuard(start): UpdateGuard) { in reset_to_guard() argument
628 pub struct UpdateGuard(usize); struct