rust/src/test/ui/issues/issue-38954.rs

5 lines
79 B
Rust
Raw Normal View History

2017-05-25 16:55:25 -04:00
fn _test(ref _p: str) {}
2018-07-10 23:10:13 +02:00
//~^ ERROR the size for values of type
2017-05-25 16:55:25 -04:00
fn main() { }