We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The following is currently accepted:
struct JoinGuard<'a, T>; impl<'a, T> JoinGuard<'a T> { // note the lack of comma after the second 'a fn foo() {} }