macro_rules! writeln { ($dst:expr, $($tt:tt)*) => { ... }; }
Replaces writeln! using fmt syntax.
writeln!