Sign in
rust
/
rust
/
f981ffe959bb8a8a99fa02b6864bb82d7b2d170a
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-3779
/
lib.rs
blob: 16e9d48337bdeb4715cf2c406e971128cedfcf8c [
file
] [
log
] [
blame
]
// rustfmt-unstable: true
// rustfmt-config: issue-3779.toml
#[
path
=
"ice.rs"
]
mod
ice
;
fn
foo
()
{
println
!(
"abc"
)
;
}