blob: c4316bfdd18dcc8c5f72e6f1fbd9c1a54d0e98ff [file] [log] [blame]
fn ugh(&[bar]: &u32) {} //~ ERROR expected an array or slice
fn bgh(&&bar: u32) {} //~ ERROR mismatched types
fn main() {}