Sign in
rust
/
rustfmt
/
refs/heads/rust-1.45
/
.
/
tests
/
target
/
issue-3779
/
lib.rs
blob: a5673a4db7ecadacd39cd675c467e48e704e78e8 [
file
] [
log
] [
blame
]
// rustfmt-unstable: true
// rustfmt-config: issue-3779.toml
#[
path
=
"ice.rs"
]
mod
ice
;
fn
foo
()
{
println
!(
"abc"
);
}