Skip to content

Get rid of duplicate interface #3396

Closed
Closed
@philberty

Description

We need to remove this helper:

TypeCheckContext::insert_implicit_type (TyTy::BaseType *type)

And instead we should be just calling:

TypeCheckContext::insert_implicit_type (HirId id, TyTy::BaseType *type)

and pass the hir id as part of the caller to make it more explicit that you need to think about what id you are using.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Get rid of duplicate interface · Issue #3396 · Rust-GCC/gccrs