rust/tests/target/issue-5033/minimum_example.rs

9 lines
104 B
Rust

// leading comment
#![rustfmt::skip]
fn main() {
println!("main"); // commented
}
// post comment