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
error[E0428]: the name `_15_15` is defined multiple times
--> src/test.rs
|
| #[test_case(15, 15)]
| ^^^^^^^^^^^^^^^^^^^^
| |
| previous definition of the value `_15_15` here
| `_15_15` redefined here
|
= note: `_15_15` must be defined only once in the value namespace of this module
The text was updated successfully, but these errors were encountered:
For:
We get error:
The text was updated successfully, but these errors were encountered: