Searched refs:COMMAND_ERRORS (Results 1 – 2 of 2) sorted by relevance
56 static COMMAND_ERRORS: RefCell<HashMap<String, Vec<String>>> = RefCell::default(); constant64 COMMAND_ERRORS.with(|e| e.borrow_mut() in run_command()118 let errors = COMMAND_ERRORS.with(|e| e.borrow().clone()); in drop()