mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-12 16:45:37 +00:00
10 lines
126 B
Rust
10 lines
126 B
Rust
// rustfmt-unstable: true
|
|
// rustfmt-config: issue-3779.toml
|
|
|
|
#[path = "ice.rs"]
|
|
mod ice;
|
|
|
|
fn foo() {
|
|
println!("abc") ;
|
|
}
|