rust/tests/ui/issues/issue-41229-ref-str.rs

5 lines
83 B
Rust

pub fn example(ref s: str) {}
//~^ ERROR the size for values of type
fn main() {}