error: batch-impl: 继承的 where 谓词 `[T; N] : Sized` 引用形参 `N`,impl 未声明同名参数;请声明 `N` 或手写 where
--> tests/ui/where_const_ref.rs:4:1
|
4 | #[batch_impl(<T> ArrBad<T, 5> ())]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in the attribute macro `batch_impl` (in Nightly builds, run with -Z macro-backtrace for more info)