mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
9 lines
100 B
Rust
9 lines
100 B
Rust
// rustfmt-config: issue-3779.toml
|
|
|
|
#[path = "ice.rs"]
|
|
mod ice;
|
|
|
|
fn foo() {
|
|
println!("abc") ;
|
|
}
|