Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
vxx2
/
vlib
/
v
/
checker
/
tests
/
import_not_found_err.out
5
lines
·
5
sloc
·
186 bytes
·
0c8ce3bcb9fd4a2e5bd5f991a5a07da976d780d7
Raw
1
vlib/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