Sign in
rust
/
rustfmt
/
refs/heads/revert-5847-format-header
/
.
/
tests
/
source
/
skip_macro_invocations
/
config_file.rs
blob: e0f5ddf52e7f0a94b76ae375746cc6d277be60d2 [
file
] [
log
] [
blame
]
// rustfmt-unstable: true
// rustfmt-config: issue-5816.toml
fn
main
()
{
println
!(
"Hello, world!"
);
let
x
=
7
;
}