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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
83 B
Rust
Raw Normal View History

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