summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/crashes/ice-8386.rs
blob: 3e38b1408d8ca1f509ce6ab05f4b6b580febd8c9 (plain)
1
2
3
fn f(x: u32, mut arg: &String) {}

fn main() {}