macro_rules! inject_return {
($ret:expr) => { ... };
($name:expr, $ret:expr) => { ... };
}Expand description
Define failpoint which returns from an enclosing function
macro_rules! inject_return {
($ret:expr) => { ... };
($name:expr, $ret:expr) => { ... };
}Define failpoint which returns from an enclosing function