Sign in
rust
/
rust
/
HEAD
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-5987
/
two.rs
blob: 41ecb13e3db6a6a9974e5f578e233d5345da9749 [
file
] [
log
] [
blame
]
// 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"
);
}