> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## 0.40.7

**`(fix):`** Escape Rust reserved keywords (`static`, `override`, etc.) in generated
union variant constructor function names using `r#` raw identifier syntax.
Also skip generating the catch-all `unknown()` constructor when a union
already has a variant named "unknown" to avoid duplicate definitions.