Sign in
rust
/
rustfmt
/
HEAD
/
.
/
tests
/
target
/
skip_macro_invocations
/
config_file.rs
blob: 008e28db42d70a37ed1f60a7f4aef5c373311401 [
file
] [
log
] [
blame
]
// rustfmt-unstable: true
// rustfmt-config: issue-5816.toml
fn
main
()
{
println
!(
"Hello, world!"
);
let
x
=
7
;
}