Emit warnings in #[function]
macro expansion when invalid arguments used
#73
Labels
#[function]
macro expansion when invalid arguments used
#73
This is a follow on for #69 to cover the one
TODO
that was not cleaned up by #72.The
TODO
can be found here:serde_json_path/serde_json_path_macros/src/internal/func/args.rs
Lines 10 to 30 in 5dd145d
I believe that if unsupported arguments are passed to the
#[function]
macro, it will just ignore them, but should instead emit compiler warnings.The text was updated successfully, but these errors were encountered: