summaryrefslogtreecommitdiffstats
path: root/src/test/ui/issues/issue-38954.rs
blob: 61df411b1f92b03a0f35f4fe0369847e53083f72 (plain)
1
2
3
4
fn _test(ref _p: str) {}
//~^ ERROR the size for values of type

fn main() { }