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 15:55:25 -05:00
fn _test(ref _p: str) {}
2018-07-10 16:10:13 -05:00
//~^ ERROR the size for values of type
2017-05-25 15:55:25 -05:00
fn main() { }