Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
cases
compile_errors
bad_import.zig
pretty
plain
permalink
blame
history
•
8 lines
•
201 B
1
const bogus = @import(
2
"bogus-does-not-exist.zig",
3
);
4
5
// error
6
//
7
// bogus-does-not-exist.zig:1:1: error: unable to load 'bogus-does-not-exist.zig': FileNotFound
8
// :2:5: note: file imported here