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

Use ufcs in derive(Debug) #81294

Merged

Commits on Feb 1, 2021

  1. Configuration menu
    Copy the full SHA
    2307d08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff4665f View commit details
    Browse the repository at this point in the history
  3. Test exploring the interactions between all of the different kinds of…

    … method collisions I could imagine.
    
    The different impls are all guarded by cfg-flags, and the revisions could be
    used to cover the full power-set of combinations.
    
    (I only included 20 of the possible 32 cases here; the null-set is not
    interesting, and the remaining 11 all yielded ambiguous method resolution errors
    which did not mix well with this testing strategy; I'm not trying to check UI
    for the resolution diagnostics; I'm trying to create checkpoint of current
    resolution semantics when compilation succeeds.)
    pnkfelix committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    532332f View commit details
    Browse the repository at this point in the history
  4. placate tidy.

    pnkfelix committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    a7745d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    1783c47 View commit details
    Browse the repository at this point in the history