mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
10 lines
125 B
Rust
10 lines
125 B
Rust
// rustfmt-unstable: true
|
|
// rustfmt-config: issue-3779.toml
|
|
|
|
#[path = "ice.rs"]
|
|
mod ice;
|
|
|
|
fn foo() {
|
|
println!("abc");
|
|
}
|