After running
cd tests/expectations
cargo test
I get the following error:
error: no rules expected the token `,`
--> tests/objc_class_method.rs:61:60
|
61 | methodWithArg1: intvalue: ::std::os::raw::c_int,
| ^
error: aborting due to previous error
error: Could not compile `tests_expectations`.