This is an automated email from the ASF dual-hosted git repository.

kriskras99 pushed a change to branch feat/derive_with
in repository https://gitbox.apache.org/repos/asf/avro-rs.git


    from 8a69205  Add support for using a closure/lambda for #[avro(with = || 
Schema::Xyz )]
     add 2fa63c9  feat(derive): Check that `with` closure has no parameters

No new revisions were added by this update.

Summary of changes:
 avro_derive/src/lib.rs                             | 27 ++++++---
 avro_derive/tests/derive.rs                        | 70 ++++++++++++----------
 ...e.rs => avro_rs_397_with_closure_parameters.rs} |  2 +-
 .../ui/avro_rs_397_with_closure_parameters.stderr  | 14 +++++
 .../tests/ui/avro_rs_397_with_expr_string.stderr   | 12 ++--
 5 files changed, 77 insertions(+), 48 deletions(-)
 copy avro_derive/tests/ui/{avro_rs_397_with_expr_type.rs => 
avro_rs_397_with_closure_parameters.rs} (92%)
 create mode 100644 
avro_derive/tests/ui/avro_rs_397_with_closure_parameters.stderr

Reply via email to