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

Refactor ty::ClosureKind related stuff #104732

Merged
merged 6 commits into from
Nov 28, 2022
Merged

Commits on Nov 27, 2022

  1. Configuration menu
    Copy the full SHA
    881862e View commit details
    Browse the repository at this point in the history
  2. Remove ty::ClosureKind::from_def_id

    …in favour of `TyCtxt::fn_trait_kind_from_def_id`
    WaffleLapkin committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    d0c7ed3 View commit details
    Browse the repository at this point in the history
  3. Add TyCtxt::is_fn_trait

    WaffleLapkin committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    4b6e1d1 View commit details
    Browse the repository at this point in the history
  4. Simplify ty::ClosureKind::extends

    This is valid per the comment of the `ClosureKind` defition
    WaffleLapkin committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    fa89f53 View commit details
    Browse the repository at this point in the history
  5. micro doc fixes

    WaffleLapkin committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    ea44792 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ba0056 View commit details
    Browse the repository at this point in the history