Skip to content

Commit 0d4947f

Browse files
committed
comment
1 parent d7e37c3 commit 0d4947f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

toolchain/sem_ir/typed_insts.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1697,6 +1697,8 @@ struct SymbolicBindingType {
16971697

16981698
// Always the builtin type TypeType.
16991699
TypeId type_id;
1700+
// The symbolic facet value binding for which this accesses the concrete type
1701+
// once it is known for the symbolic value.
17001702
EntityNameId entity_name_id;
17011703
// TODO: Remove this, and find it through a lookup on ScopeStack.
17021704
InstId facet_value_inst_id;

0 commit comments

Comments
 (0)