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

polymorphize: I used if T used in I: Foo<T> #75518

Commits on Aug 14, 2020

  1. polymorphize: I used if T used in I: Foo<T>

    This commit adjusts polymorphization's handling of predicates so that
    after ensuring that `T` is used in `I: Foo<T>` if `I` is used, it now
    ensures that `I` is used if `T` is used in `I: Foo<T>`. This is
    necessary to mark generic parameters that only exist in impl parameters
    as used - thereby avoiding symbol clashes when using the new mangling
    scheme.
    
    Signed-off-by: David Wood <david@davidtw.co>
    davidtwco committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    bf3ef26 View commit details
    Browse the repository at this point in the history