``` rust fn main() { x.foo(1, 2,); } ``` ``` <anon>:2:16: 2:17 error: unexpected token: `)` <anon>:2 x.foo(1, 2,); ^ ``` http://is.gd/8OsLJv