diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-10-06 16:39:27 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-10-06 16:39:27 -0400 |
| commit | 8e2c441b2eae7af27fe311c4539f6932a7f47cea (patch) | |
| tree | 9bb0bd70760ab320431ada61169520689a65a4c1 /src/analyze.cpp | |
| parent | 86171afb9b7d7f1c1d5444f894e273ca40e87147 (diff) | |
| download | zig-8e2c441b2eae7af27fe311c4539f6932a7f47cea.tar.gz zig-8e2c441b2eae7af27fe311c4539f6932a7f47cea.zip | |
stage1 parser supports doc comments
Diffstat (limited to 'src/analyze.cpp')
| -rw-r--r-- | src/analyze.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/analyze.cpp b/src/analyze.cpp index cca239c275..c3206eac49 100644 --- a/src/analyze.cpp +++ b/src/analyze.cpp @@ -3572,6 +3572,7 @@ void scan_decls(CodeGen *g, ScopeDecls *decls_scope, AstNode *node) { case NodeTypeSuspend: case NodeTypeEnumLiteral: case NodeTypeAnyFrameType: + case NodeTypeErrorSetField: zig_unreachable(); } } |
