]> git.lizzy.rs Git - rust.git/blob - tests/ui/issues/issue-38954.rs
Rollup merge of #106321 - compiler-errors:delayed-bug-backtrace, r=Nilstrieb
[rust.git] / tests / ui / issues / issue-38954.rs
1 fn _test(ref _p: str) {}
2 //~^ ERROR the size for values of type
3
4 fn main() { }