We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c0c2d commit 71ad10aCopy full SHA for 71ad10a
toolchain/check/type_completion.cpp
@@ -168,9 +168,6 @@ class TypeCompleter {
168
requires(InstT::Kind.is_symbolic_when_type())
169
auto BuildInfoForInst(SemIR::TypeId type_id, InstT /*inst*/) const
170
-> SemIR::CompleteTypeInfo {
171
- // TODO: We're implicitly assuming here that dependent types are not
172
- // abstract. How do we enforce that dependent types are non-abstract when
173
- // they need to be?
174
return {.value_repr = MakeDependentValueRepr(type_id)};
175
}
176
0 commit comments