ids -> tags (part 2)

This commit is contained in:
SuperAuguste
2020-07-16 11:05:56 -04:00
parent da4d2c2be1
commit ce841d1dc4
3 changed files with 4 additions and 4 deletions

View File

@@ -75,7 +75,7 @@ fn symbolReferencesInternal(
const node = node_handle.node;
const handle = node_handle.handle;
switch (node.id) {
switch (node.tag) {
.ContainerDecl, .Root, .Block => {
var idx: usize = 0;
while (node.iterate(idx)) |child| : (idx += 1) {