The following is currently accepted: ``` rust struct JoinGuard<'a, T>; impl<'a, T> JoinGuard<'a T> { // note the lack of comma after the second 'a fn foo() {} } ```