error: batch-impl: missing operand before `-` (e.g. `T-U`)
--> tests/ui/leading_operator.rs:5:14
|
5 | #[batch_impl(-usize)]
| ^
error: batch-impl: missing operand before `^` (e.g. `T^U`)
--> tests/ui/leading_operator.rs:8:14
|
8 | #[batch_impl(^isize)]
| ^