Home
last modified time | relevance | path

Searched refs:ERR_STORAGE (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/proc-macro-error/src/imp/
Dfallback.rs11 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