Home
last modified time | relevance | path

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

/third_party/rust/crates/clang-sys/build/
H A Dcommon.rs19 static COMMAND_ERRORS: RefCell<HashMap<String, Vec<String>>> = RefCell::default(); consts
24 COMMAND_ERRORS.with(|e| { in add_command_error()
62 let errors = COMMAND_ERRORS.with(|e| e.borrow().clone()); in drop()
95 /// successfully executed (errors are added to `COMMAND_ERRORS`).
116 /// command was successfully executed (errors are added to `COMMAND_ERRORS`).
123 /// command was successfully executed (errors are added to `COMMAND_ERRORS`).

Completed in 2 milliseconds