Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
v2
/
vlib
/
v
/
checker
/
tests
/
unexpected_or.out
6
lines
·
6
sloc
·
247 bytes
·
c5832379e7ef83dbbb8e20d0b2f0a5bb216beb5b
Raw
1
vlib/v/checker/tests/unexpected_or.vv:6:17: error: unexpected `or` block, the function `ret_zero` does not return an Option or a Result
2
4 |
3
5 | fn main() {
4
6 | _ = ret_zero() or { 1 }
5
| ~~~~~~~~
6
7 | }
7