rust/src/test/ui/issues/issue-41229-ref-str.rs
2018-12-25 21:08:33 -07:00

5 lines
83 B
Rust

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