// rustfmt-style_edition: 2024 fn main() { trace!( "get some longer length in here yes yes {} {}", "hello", "world" ); debug!( "get some longer length in here yes yes {} {}", "hello", "world" ); }