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

Implement IsOpaque for CompInfo #823

Merged

Commits on Jul 20, 2017

  1. Implement IsOpaque for CompInfo

    This allows us to properly detect structs that should be treated as opaque due
    to their non-type template paramaters, which in turn lets us correctly codegen
    template aliases to such things.
    
    Fixes rust-lang#820
    fitzgen committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    20253fc View commit details
    Browse the repository at this point in the history