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

Make if_then_panic handle situation of BinOpKind::And || BinOpKind::Or #7741

Merged
merged 2 commits into from
Oct 1, 2021

Commits on Sep 30, 2021

  1. fix issue rust-lang#7731

    Make if_then_else handle situation of cond.kind = ExprKind::DropTemps(ExprKind::Binary(BinOpKind::And || BinOpKind::Or, left, right), ..) =
    surechen committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    4babfae View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. use sugg::Sugg::maybe_par

    surechen committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    41e2c68 View commit details
    Browse the repository at this point in the history