mirror of
https://github.com/ziglang/zig.git
synced 2025-12-30 01:53:16 +00:00
Module: panic when encountering unimplemented node
This commit is contained in:
parent
34923e071e
commit
93619a5e4e
@ -1580,6 +1580,8 @@ fn analyzeRootSrcFile(self: *Module, root_scope: *Scope.File) !void {
|
||||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
std.debug.panic("TODO: analyzeRootSrcFile {}", .{src_decl.tag});
|
||||
}
|
||||
// TODO also look for global variable declarations
|
||||
// TODO also look for comptime blocks and exported globals
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user