1 2 3 4 5
error: batch-impl: `;` is not valid in a type (it is the `batch_trait!` segment boundary; in `#[batch_impl]` specs are separated by `,`) --> tests/ui/semi_in_spec.rs:7:17 | 7 | #[batch_impl(A^B; C)] | ^