Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io
MIT License
35.8k
stars
2.16k
forks
source link
Wrong error message when mysql is not imported #13557
V doctor:
What did you do?
v -g -o vdbg cmd/v && vdbg /var/www/vproject/test/mysql/bug2.v
What did you expect to see?
An accurate error message. The current one is wrong. Here, mysql need to be imported.
What did you see instead?