Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
v2
/
vlib
/
v
/
checker
/
tests
/
cast_string_with_byte_err.out
5
lines
·
5
sloc
·
219 bytes
·
0c8ce3bcb9fd4a2e5bd5f991a5a07da976d780d7
Raw
1
vlib/v/checker/tests/cast_string_with_byte_err.vv:2:10: error: cannot cast type `u8` to string, use `by.str()` instead.
2
1 | for by in 'abc' {
3
2 | println(string(by))
4
| ~~~~~~~~~~
5
3 | }
6