rust-clippy/tests/ui/crashes/ice-8386.rs
2022-02-01 15:05:20 -05:00

3 lines
48 B
Rust

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