mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
9b832e7f53
Previously sema only checked that the private declaration was in the same file as the lookup but now it also checks that the namespace where the decl was included from was also in the same file. Closes #13077 |
||
---|---|---|
.. | ||
a.zig | ||
b.zig | ||
bar.zig | ||
file_0.zig | ||
file_1.zig | ||
foo.zig | ||
import_segregation.zig | ||
imports.zig | ||
other.zig |