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

Require impl Trait in associated types to appear in method signatures #110454

Merged
merged 6 commits into from
May 13, 2023

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    f08b517 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31ae7c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84a43f0 View commit details
    Browse the repository at this point in the history
  4. Add a convenience function

    oli-obk committed May 12, 2023
    Configuration menu
    Copy the full SHA
    e2daccc View commit details
    Browse the repository at this point in the history
  5. add query opaque_types_defined_by

    lcnr authored and oli-obk committed May 12, 2023
    Configuration menu
    Copy the full SHA
    6ae803e View commit details
    Browse the repository at this point in the history
  6. Use the opaque_types_defined_by query to cheaply check for whether a …

    …hidden type may be registered for an opaque type
    oli-obk committed May 12, 2023
    Configuration menu
    Copy the full SHA
    4e92f76 View commit details
    Browse the repository at this point in the history