When generating assert the right side should be the "correct" side.
Open
- Dominant language
- Rust
- Stars
- 633
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
I have this testcase:
```rs
#[test_case(false => true; "Should invert")]
fn foo(statement: bool) -> bool {
statement
}
```
And the error I get is this:
```
left: `true`,
right: `false`,
```
It would be nice if when I read "right" it would be the corrent (right) expression.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.