``` rust let foo = box (1i+2); ``` ``` console <anon>:3:25: 3:26 error: unexpected token: `;` <anon>:3 let foo = box (1i+2); ```