]> git.proxmox.com Git - rustc.git/blob - tests/ui/issues/issue-38954.rs
New upstream version 1.68.2+dfsg1
[rustc.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() { }