Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-5987
/
two.rs
blob: 98ed35c4f9a2164a5bd80899d800b1118e22eb17 [
file
] [
log
] [
blame
] [
edit
]
// 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"
);
}