rust/tests/ui/crashes/ice-8386.rs
2022-02-10 18:40:06 +01:00

3 lines
48 B
Rust

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