| author | |
| committer | |
| log | 8f8fe892761c9c5c9f7b89d8c53ac287d02b1474 |
| tree | 82faf7bc72d8093fd6bc9e9201ccdcd59802c2d9 |
| parent | 93f2d9a77f659a344fc0c003ce149885fc7df99a |
1 files changed, 3 insertions(+), 0 deletions(-)
src/Zcu/PerThread.zig+3| ... | ... | @@ -2040,6 +2040,9 @@ const ScanDeclIter = struct { |
| 2040 | 2040 | const want_analysis = switch (kind) { |
| 2041 | 2041 | .@"comptime" => unreachable, |
| 2042 | 2042 | .@"usingnamespace" => a: { |
| 2043 | if (comp.incremental) { | |
| 2044 | @panic("'usingnamespace' is not supported by incremental compilation"); | |
| 2045 | } | |
| 2043 | 2046 | if (declaration.flags.is_pub) { |
| 2044 | 2047 | try namespace.pub_usingnamespace.append(gpa, nav); |
| 2045 | 2048 | } else { |