// ERROR:8:derived from a parameter unit badarg; struct Box { value: i32, fn bad(self: &Self, other: &i32) -> &i32 { return other; } }