blob: 9210431dc2f7407c7cd26af25f2f4d889676fd1a [file] [log] [blame]
pub fn example(ref s: str) {}
//~^ ERROR the size for values of type
fn main() {}
// https://github.com/rust-lang/rust/issues/41229