v4 / vlib / v / checker / tests / import_not_found_err.out
5 lines · 5 sloc · 186 bytes · 0c8ce3bcb9fd4a2e5bd5f991a5a07da976d780d7
Raw
1vlib/v/checker/tests/import_not_found_err.vv:1:1: builder error: cannot import module "notexist" (not found)
2 1 | import notexist
3 | ~~~~~~~~~~~~~~~
4 2 |
5 3 | fn main() {
6