1 2 3 4 5 6 7 8
use test_casing::test_casing; #[test_casing(2, 5)] fn tested_function(_arg: i32) { // Does nothing } fn main() {}