| author | |
| committer | |
| log | 93619a5e4e9ad0e29e521c2c30fc1e39f47a6ba8 |
| tree | 5b66e4ed56fb707cca17e37474367ca1f352de8b |
| parent | 34923e071e6f9f46ab8abb645929b975ef9ba7ff |
| signature |
1 files changed, 2 insertions(+), 0 deletions(-)
src-self-hosted/Module.zig+2| ... | ... | @@ -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 | 1586 | // TODO also look for global variable declarations |
| 1585 | 1587 | // TODO also look for comptime blocks and exported globals |