librasn / rasn

A Safe #[no_std] ASN.1 Codec Framework
Other
183 stars 43 forks source link

Proc macro should error on unknown attributes #210

Open XAMPPRocky opened 7 months ago

XAMPPRocky commented 7 months ago

Currently if you put attributes in the wrong nesting, the proc macro will silently not generate the code, it should instead generate compile errors.