Home
last modified time | relevance | path

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

/third_party/rust/crates/proc-macro-error/src/imp/
H A Dfallback.rs11 ERR_STORAGE.with(|storage| { in abort_if_dirty()
19 ERR_STORAGE.with(|storage| storage.replace(Vec::new()))
24 ERR_STORAGE.with(|storage| storage.borrow_mut().push(diag));
29 static ERR_STORAGE: RefCell<Vec<Diagnostic>> = RefCell::new(Vec::new()); consts

Completed in 0 milliseconds