This causes a warning that x is unused: ``` fn main() { let x = 10, y = 20; x <-> y; log(error, y); } ```