You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm attempting to use patern matching in funciton parameters but I'm getting wrong case signature. Is this currently supported in rstest?
I tried to use cargo expand to see what get's generated, but it doesn't seem to be giving me the generated rstest code for test_test_bad below. How could I debug this?
Hello! I'm attempting to use patern matching in funciton parameters but I'm getting wrong case signature. Is this currently supported in rstest?
I tried to use
cargo expand
to see what get's generated, but it doesn't seem to be giving me the generated rstest code fortest_test_bad
below. How could I debug this?Reference:
https://doc.rust-lang.org/book/ch18-01-all-the-places-for-patterns.html#function-parameters
Error:
Wrong case signature: should match the given parameters list.
Example:
The text was updated successfully, but these errors were encountered: