Skip to content

Commit

Permalink
Typecheck Static - Add a missing EAT
Browse files Browse the repository at this point in the history
  • Loading branch information
thepowersgang committed Jan 6, 2024
1 parent 8745fba commit cd4715d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hir_typeck/static.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1793,6 +1793,7 @@ bool StaticTraitResolve::find_named_trait_in_trait(const Span& sp,
for( const auto& pt : trait_ptr.m_all_parent_traits )
{
auto pt_mono = monomorph.monomorph_traitpath(sp, pt, false);
this->expand_associated_types_tp(sp, pt_mono);

DEBUG(pt << " => " << pt_mono);
// TODO: When in pre-typecheck mode, this needs to be a fuzzy match (because there might be a UfcsUnknown in the
Expand Down

0 comments on commit cd4715d

Please sign in to comment.