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

Quotes type printing: take infix type modifier into account #21726

Merged
merged 1 commit into from
Oct 8, 2024

Commits on Oct 7, 2024

  1. Quotes type printing: take infix type modifier into account

    This is similar to how the regular compiler `.show` handles `infix` but using
    explicit parens everywhere to not have to reimplement the precedence
    logic (maybe quote type printing should just use `.show` eventually).
    smarter committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    936c009 View commit details
    Browse the repository at this point in the history