rust-clippy/tests/ui/crashes/ice-8386.rs

3 lines
48 B
Rust

fn f(x: u32, mut arg: &String) {}
fn main() {}