// ERROR:8:mut unit badup1; struct Box { value: i32, fn bad(self: &Self) -> &mut i32 { return &mut self.value; } }