aboutsummaryrefslogtreecommitdiff
path: root/src-self-hosted/decl.zig
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2018-08-02 17:04:17 -0400
committerAndrew Kelley <superjoe30@gmail.com>2018-08-02 17:04:17 -0400
commit821805aa92898cfdb770b87ac916e45e428621b8 (patch)
tree9fc4468728398b92c5d3c4bdf62fd57434abf9ee /src-self-hosted/decl.zig
parente3ae2cfb5243e7255bf4dbcc8a9b7e77a31e9d45 (diff)
downloadzig-821805aa92898cfdb770b87ac916e45e428621b8.tar.gz
zig-821805aa92898cfdb770b87ac916e45e428621b8.zip
WIP: Channel.getOrNull
Diffstat (limited to 'src-self-hosted/decl.zig')
-rw-r--r--src-self-hosted/decl.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src-self-hosted/decl.zig b/src-self-hosted/decl.zig
index 6e80243038..cc5fd9d464 100644
--- a/src-self-hosted/decl.zig
+++ b/src-self-hosted/decl.zig
@@ -16,6 +16,7 @@ pub const Decl = struct {
visib: Visib,
resolution: event.Future(Compilation.BuildError!void),
parent_scope: *Scope,
+ tree_scope: *Scope.AstTree,
pub const Table = std.HashMap([]const u8, *Decl, mem.hash_slice_u8, mem.eql_slice_u8);