``` let mut x = 5 let y = (x = 6) ``` Now compiles, but it is should not.
Now compiles, but it is should not.