Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
checker
/
tests
/
fn_call_mut_arg_mismatch_err.out
6
lines
·
6
sloc
·
225 bytes
·
64430f9471d9a660f1b1c356f1c4c069bef3c053
Raw
1
vlib/v/checker/tests/fn_call_mut_arg_mismatch_err.vv:15:10: error: cannot use `Expr1` as `&&Expr1` in argument 1 to `foo`
2
13 | name: '123'
3
14 | }
4
15 | foo(mut expr)
5
| ~~~~
6
16 | }
7