error: batch-impl: constant `@a` references unknown `@u8` (undefined or defined later; inside a constant definition, only built-in constants or previously defined constants can be referenced)
--> tests/ui/const_bare_endpoint.rs:5:1
|
5 | / batch_trait! {
6 | | @a=@u8;
7 | | A Foo;
8 | | }
| |_^
|
= note: this error originates in the macro `batch_trait` (in Nightly builds, run with -Z macro-backtrace for more info)