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

4 lines
48 B
Rust
Raw Normal View History

2022-02-01 20:05:20 +00:00
fn f(x: u32, mut arg: &String) {}
fn main() {}