eure-macros 0.1.9

Derive macros for Eure schema generation
Documentation
1
2
3
4
5
6
7
8
9
10
error: in section headers, raw []/[N] is only allowed immediately after `@`; use #[] or #[N] for continuation
 --> tests/compile_fail/section_raw_array_continuation_inline.rs:4:16
  |
4 |       let _doc = eure!({
  |  ________________^
5 | |         @a [] = 1
6 | |     });
  | |______^
  |
  = note: this error originates in the macro `$crate::eure` which comes from the expansion of the macro `eure` (in Nightly builds, run with -Z macro-backtrace for more info)