parameterized-macro 3.0.0

Attribute macro crate for parameterized tests.
Documentation
1
2
3
4
5
6
7
error: custom attribute panicked
 --> $DIR/no_argument.rs:3:1
  |
3 | #[parameterized(x = { 0, 1 })]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = help: message: parameterized-macro: error: Unable to find value for parameter 'y' (case #0)