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 d7e37c3 commit 0d4947fCopy full SHA for 0d4947f
toolchain/sem_ir/typed_insts.h
@@ -1697,6 +1697,8 @@ struct SymbolicBindingType {
1697
1698
// Always the builtin type TypeType.
1699
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.
1702
EntityNameId entity_name_id;
1703
// TODO: Remove this, and find it through a lookup on ScopeStack.
1704
InstId facet_value_inst_id;
0 commit comments