/ tests / expectations / compiler / finalize / rand_incorrect_num_operands.out
rand_incorrect_num_operands.out
 1  Error [ETYC0372006]: Call expected `0` args, but got `1`
 2      --> compiler-test:11:24
 3       |
 4    11 |         let a: field = ChaCha::rand_field(1field);
 5       |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
 6  Error [ETYC0372006]: Call expected `0` args, but got `2`
 7      --> compiler-test:12:24
 8       |
 9    12 |         let b: field = ChaCha::rand_field(1field, 2field);
10       |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^