macro_rules! cw_write { ($writer:expr, $($arg:tt)*) => { ... }; }
Write formatted text to a CodeWriter (like std::write!)
write!(w, "let x = {}", 42)?;