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

typeck: Fix ICE for blocks in repeat expr count. #61805

Merged

Commits on Jun 13, 2019

  1. typeck: Fix ICE for blocks in repeat expr count.

    This commit extends the work in rust-lang#61698 to get the `DefId` of const
    parameters from block that resolve to a const parameter (as well as
    const parameters directly, as it was previously).
    davidtwco committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    bc36aab View commit details
    Browse the repository at this point in the history