Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(derive): Reserve behavior needed for implicit ArgGroups #4209

Merged
merged 3 commits into from Sep 13, 2022

Commits on Sep 13, 2022

  1. Copy the full SHA
    3bfa9d5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    01c0975 View commit details
    Browse the repository at this point in the history
  3. feat(derive): Reserve the T group name

    Since the `name` is changed to be the package name, we can't use it as
    (1) its not as predictable and (2) it can lead to conflicts if a
    `Parser` is flattened into a `Parser`
    epage committed Sep 13, 2022
    Copy the full SHA
    d3bf545 View commit details
    Browse the repository at this point in the history