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

Fix inference of indexing argument (partly) #5211

Merged
merged 1 commit into from
Jul 3, 2020

Commits on Jul 3, 2020

  1. Fix inference of indexing argument (partly)

    We need to add the `T: Index<Arg>` obligation to be resolved later as well,
    otherwise we can't make inferences about `Arg` later based on the `Index` impls.
    
    This still doesn't fix indexing with integer variables though; there's a further
    problem with Chalk floundering because of the variable, I think.
    flodiebold committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    57feb32 View commit details
    Browse the repository at this point in the history