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 ๐Ÿ”’
  • InheritanceKind ๐Ÿ”’
    Given the current context(caller and callee FnKind), it specifies the policy of predicates and generic parameters inheritance.

Functionsยง

Type Aliasesยง