Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
cases
compile_errors
import_outside_module_path.zig
pretty
plain
permalink
blame
history
•
7 lines
•
107 B
1
comptime {
2
_ = @import("../a.zig");
3
}
4
5
// error
6
//
7
// :2:17: error: import of file outside module path