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

Add as_rchunks (and friends) to slices #78818

Merged
merged 3 commits into from
Jan 17, 2021
Merged

Commits on Jan 16, 2021

  1. Configuration menu
    Copy the full SHA
    ae4b5a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    132307c View commit details
    Browse the repository at this point in the history
  3. Try ignore-debug in the codegen test

    This fixed things the last time I had a problem like this.  And plausibly will here too -- the check it's failing on is for the high bit being set in the length of the slice, which is a check that's only in a debug_assert.
    scottmcm committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    6bcaba9 View commit details
    Browse the repository at this point in the history