prax-codegen 0.10.0

Procedural macros for code generation in the Prax ORM
Documentation
1
2
3
4
5
6
7
8
9
10
error: aggregate! requires at least one of _count, _sum, _avg, _min, _max
 --> tests/ui/aggregate_no_blocks_fail.rs:6:13
  |
6 |       let _ = prax_codegen::aggregate!(client.user, {
  |  _____________^
7 | |         where: { id: 1 },
8 | |     });
  | |______^
  |
  = note: this error originates in the macro `prax_codegen::aggregate` (in Nightly builds, run with -Z macro-backtrace for more info)