error: batch-impl: inherited bound `'a` references parameter `'a`, but the impl declares no such name; declare `'a` or write the bound manually
--> tests/ui/rename_ref.rs:4:1
|
4 | #[batch_impl(<'b, T> A<'b, T> ())]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in the attribute macro `batch_impl` (in Nightly builds, run with -Z macro-backtrace for more info)