Skip to content

Commit 7aa776d

Browse files
committed
add-comment
1 parent b1fe3b0 commit 7aa776d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

toolchain/check/type_completion.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,9 @@ static auto RequireCompleteFacetType(Context& context, SemIR::LocId loc_id,
201201
specifics_done += requires_specifics.size();
202202
}
203203

204+
// Specific definitions are resolved from the interfaces in the facet type
205+
// down, each require target depends on the specific referring to it being
206+
// resolved already.
204207
for (auto [specific_id, _] : specifics) {
205208
ResolveSpecificDefinition(context, loc_id, specific_id);
206209
}

0 commit comments

Comments
 (0)