improve completion on error and enums (#887)

This commit is contained in:
Techatrix
2023-01-06 18:59:20 +00:00
committed by GitHub
parent b163be51d3
commit 3f2700eaa5
4 changed files with 89 additions and 79 deletions

View File

@@ -534,6 +534,7 @@ pub fn symbolReferences(
log.warn("Could not find param decl's function", .{});
},
.label_decl => unreachable, // handled separately by labelReferences
.error_token => {},
}
return builder.locations;