// ERROR:9:non-Copy unit badorlx; struct Node { next: ?^Node, } fn bad(p: ^Node, fallback: ^Node) -> ^Node { return p.next orelse fallback; }