| ... | @@ -1580,6 +1580,8 @@ fn analyzeRootSrcFile(self: *Module, root_scope: *Scope.File) !void { | ... | @@ -1580,6 +1580,8 @@ fn analyzeRootSrcFile(self: *Module, root_scope: *Scope.File) !void { |
| 1580 | } | 1580 | } |
| 1581 | } | 1581 | } |
| 1582 | } | 1582 | } |
| | 1583 | } else { |
| | 1584 | std.debug.panic("TODO: analyzeRootSrcFile {}", .{src_decl.tag}); |
| 1583 | } | 1585 | } |
| 1584 | // TODO also look for global variable declarations | 1586 | // TODO also look for global variable declarations |
| 1585 | // TODO also look for comptime blocks and exported globals | 1587 | // TODO also look for comptime blocks and exported globals |