``` Rust fn bar(a: int,) {} struct Foo; impl Foo { fn bar(a: int,) {} //~ error: unexpected token: `)` } ``` It works for functions—it should also work for methods. May be related to #14240.