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

Some Nonterminal removal precursors #126928

Merged
merged 3 commits into from
Jun 27, 2024
Merged

Commits on Jun 23, 2024

  1. Fix a typo in a comment.

    nnethercote committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    aa30dd4 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Extend tests/ui/macros/nonterminal-matching.rs.

    To involve `macro_rules!` macros, and also a mix of fragment specifiers,
    some of which feature the forwaring limitation and some of which don't.
    nnethercote committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    bca5cd3 View commit details
    Browse the repository at this point in the history
  2. Extra panic cases.

    Just some extra sanity checking, making explicit some values not
    possible in code working with token trees -- we shouldn't be seeing
    explicit delimiter tokens, because they should be represented as
    `TokenTree::Delimited`.
    nnethercote committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    2e4d547 View commit details
    Browse the repository at this point in the history