macro_rules! debug_rect {
($stage:expr, $x:expr, $y:expr, $w:expr, $h:expr, $($arg:tt)*) => { ... };
}Expand description
No-op version when feature is disabled — still evaluates arguments to suppress unused variable warnings, but the optimizer eliminates everything.