about summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui/crashes/ice-8386.rs
blob: 1c7a809174b6f24a46473ace215aa66cecc233ba (plain)
1
2
3
4
5
//@ check-pass

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

fn main() {}