We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I think this can be considered a bug, seeing how trailing commas generally are allowed at other places:
foo.rs:5:33: 5:34 error: unexpected token: `)` foo.rs:5 fn foo(a: uint, b: uint,) -> uint { a + b } ^