v/vlib/v/checker/tests/hex_lit_without_digit_err.out

6 lines
188 B
Plaintext

vlib/v/checker/tests/hex_lit_without_digit_err.vv:2:14: error: number part of this hexadecimal is not provided
1 | fn main() {
2 | println(0x)
| ^
3 | }