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

The null case of a nullable-poiner enum might not be nullary. #6134

Closed
wants to merge 1 commit into from

Commits on Apr 30, 2013

  1. The null case of a nullable-poiner enum might not be nullary.

    Cases like `Either<@int,()>` have a null case with at most one value but
    a nonzero number of fields; if we misreport this, then bad things can
    happen inside of, for example, pattern matching.
    
    Closes rust-lang#6117.
    jld committed Apr 30, 2013
    5 Configuration menu
    Copy the full SHA
    8408012 View commit details
    Browse the repository at this point in the history