error[E0600]: cannot apply unary operator `-` to type `usize` --> tests/trybuild/try_indices/no_negative_arguments.rs:6:38 | 6 | let result = try_indices!(slice, -1, 1); | ^^ | | | cannot apply unary operator `-` | help: you may have meant the maximum value of `usize`: `usize::MAX` | = note: unsigned values cannot be negated