]> git.lizzy.rs Git - rust.git/blob - tests/ui/issues/issue-38954.rs
Rollup merge of #106397 - compiler-errors:new-solver-impl-wc, r=lcnr
[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() { }