utafrali opened a new pull request, #3548: URL: https://github.com/apache/fory/pull/3548
## Why? Rust generator was creating naming conflicts for nested types where module paths and struct names could collide and cause compilation errors. ## What does this PR do? Applies consistent PascalCase naming to type names when resolving nested type references and building struct definitions. Added tests for nested type scenarios. ## Related issues Fixes #3547 ## AI Contribution Checklist (if applicable) N/A ## Does this PR introduce any user-facing change? Yes, code that previously failed to compile due to naming conflicts will now generate valid Rust code. ## Benchmark (if perf-related) N/A -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
