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

Handle missing Token::Delim variant when rendering errors #213

Merged
merged 1 commit into from
Oct 24, 2024

Commits on Oct 24, 2024

  1. Handle missing Token::Delim variant when rendering errors

    Also fold `render_single_char_token` into `render_token` so that in the future,
    the compiler can check the exhaustiveness of the match and warn us of missing
    tokens.
    adamreichold committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    53ac848 View commit details
    Browse the repository at this point in the history