You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current definitions mean that the following are valid attributes:
- `#[foo(,)]`
- `#[foo(, , , , ,)]`
These aren't (intended to be) valid. This fixes the definitions to only allow an EMPTY at the end of a comma-separated list.
0 commit comments