Searched refs:ERR_STORAGE (Results 1 – 1 of 1) sorted by relevance
11 ERR_STORAGE.with(|storage| { in abort_if_dirty()19 ERR_STORAGE.with(|storage| storage.replace(Vec::new())) in cleanup()24 ERR_STORAGE.with(|storage| storage.borrow_mut().push(diag)); in emit_diagnostic()29 static ERR_STORAGE: RefCell<Vec<Diagnostic>> = RefCell::new(Vec::new()); constant