Module run_make_support::env
source · Functions§
- Check if
NO_DEBUG_ASSERTIONS
is set (usually this may be set in CI jobs). - A wrapper around
std::env::set_current_dir
which includes the directory path in the panic message.
NO_DEBUG_ASSERTIONS
is set (usually this may be set in CI jobs).std::env::set_current_dir
which includes the directory
path in the panic message.