rustc_hir_analysis

Module delegation

Source
Expand description

Support inheriting generic parameters and predicates for function delegation.

For more information about delegation design, see the tracking issue #118212.

Structs§

Enums§

  • FnKind 🔒
  • Given the current context(caller and callee FnKind), it specifies the policy of predicates and generic parameters inheritance.

Functions§

Type Aliases§