rust/tests/target/issue-2976.rs

4 lines
103 B
Rust

fn a(_ /*comment*/: u8 /* toto */) {}
fn b(/*comment*/ _: u8 /* tata */) {}
fn c(_: /*comment*/ u8) {}