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

Rev::rposition counts from the wrong end #63549

Merged
merged 1 commit into from
Sep 5, 2019

Commits on Aug 30, 2019

  1. Rev::rposition counts from the wrong end

    Because of a compiler bug that adding `Self: ExactSizeIterator` makes
    the compiler forget `Self::Item` is `<I as Iterator>::Item`, we remove
    this specialization for now.
    sfanxiang committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    0e597d4 View commit details
    Browse the repository at this point in the history