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

Turn eager normalization errors to delayed errors #82039

Closed
wants to merge 1 commit into from

Commits on Aug 25, 2021

  1. Turn eager normalization errors to delayed errors

    When normalizing `union`s with fields coming from associated types that
    don't satisfy trait bounds, avoid ICEing by using `delay_span_bug()`
    instead of `bug!()`.
    
    Fix rust-lang#81199.
    estebank committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    717f97c View commit details
    Browse the repository at this point in the history