You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When generating atn-cm, there were types were they had both #[rasn(automatic_tags)] on the struct and #[rasn(tag)] on the fields, which causes a compile error.
The text was updated successfully, but these errors were encountered:
When generating atn-cm, there were types were they had both
#[rasn(automatic_tags)]
on the struct and#[rasn(tag)]
on the fields, which causes a compile error.The text was updated successfully, but these errors were encountered: