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

Disable drop range tracking in generators #93165

Merged
merged 3 commits into from
Jan 23, 2022

Commits on Jan 21, 2022

  1. Disable drop range tracking in generators

    Generator drop tracking caused an ICE for generators involving the Never
    type (Issue rust-lang#93161). Since this breaks miri, we temporarily disable drop
    tracking so miri is unblocked while we properly fix the issue.
    eholk committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    1309088 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c2deff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ead84d0 View commit details
    Browse the repository at this point in the history