macro_rules! exit {
($code:expr) => { ... };
}
Expand description
Invokes build_helper::util::detail_exit
with cfg!(test)
This is a macro instead of a function so that it uses cfg(test)
in the calling crate, not in build helper.
macro_rules! exit {
($code:expr) => { ... };
}
Invokes build_helper::util::detail_exit
with cfg!(test)
This is a macro instead of a function so that it uses cfg(test)
in the calling crate, not in build helper.