macro_rules! format_dbg {
($($arg:tt)*) => { ... };
}
Expand description
format_dbg! is a version of dbg! that uses the formatting rules from the macro eprintln! Just like dbg!, it prefixes the stderr output with file!, line! and column!
macro_rules! format_dbg {
($($arg:tt)*) => { ... };
}
format_dbg! is a version of dbg! that uses the formatting rules from the macro eprintln! Just like dbg!, it prefixes the stderr output with file!, line! and column!