khonsulabs / bonsaidb

A developer-friendly document database that grows with you, written in Rust
https://bonsaidb.io/
Apache License 2.0
998 stars 37 forks source link

Derive macros should error if field attributes are used, but not supported #309

Open ModProg opened 9 months ago

ModProg commented 9 months ago

E.g., derive(Collection) does not error when someone (def not me) adds collection(key) to a field.