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

5 lines
83 B
Rust
Raw Permalink Normal View History

2017-09-09 20:12:41 +00:00
pub fn example(ref s: str) {}
2018-07-10 21:10:13 +00:00
//~^ ERROR the size for values of type
2017-09-09 20:12:41 +00:00
fn main() {}