1 2 3 4 5 6 7 8 9 10 11
fn main() { /* extra comment */ } fn main() { println!(""); // comment 1 // comment 2 // comment 3 // comment 4 }