error: batch-impl: repeat block driver `@A` conflicts with the inner segment reference `@B` (they must be the same)
--> tests/ui/impl_shape_repeat_driver_conflict.rs:5:1
|
5 | / #[batch_impl(
6 | | ((u8, u16), (u32, u64)) impl{((A@..,),(B@..,))}
7 | | { fn n(&self) -> usize { (@A(@B::f(),)..) } }
8 | | )]
| |__^
|
= note: this error originates in the attribute macro `batch_impl` (in Nightly builds, run with -Z macro-backtrace for more info)