Skip to content

Commit c2abda9

Browse files
committed
review
1 parent 00b9dc0 commit c2abda9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

toolchain/check/facet_type.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ static auto WitnessQueryMatchesInterface(
5555
static auto IncompleteFacetTypeDiagnosticBuilder(
5656
Context& context, SemIR::LocId loc_id, SemIR::TypeInstId facet_type_inst_id,
5757
bool is_definition) -> DiagnosticBuilder {
58-
// TODO: Remove this parameter. Facet types don't need to be complete for in
58+
// TODO: Remove this parameter. Facet types don't need to be complete for impl
5959
// declarations, unless there's a rewrite into `.Self`. But that completeness
6060
// is checked/required by the member access of the rewrite.
6161
CARBON_CHECK(is_definition);

toolchain/check/handle_require.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ auto HandleParseNode(Context& context, Parse::RequireDeclId node_id) -> bool {
291291
RequireImplsIncompleteFacetType,
292292
constraint_inst_id);
293293
})) {
294-
// DiscardGenericDecl(context);
295294
return true;
296295
}
297296
}

0 commit comments

Comments
 (0)