rust/tests/ui/issues/issue-38954.rs

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

5 lines
79 B
Rust
Raw Normal View History

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