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