OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
[ ] [Optional] Sponsorship to speed up the bug fix or feature request (example)
Description
Doc tests of code generated with rust-axum generator fail since Rust 1.80.0 because of a bug in modules/openapi-generator/src/main/resources/rust-axum/types.mustache
openapi-generator version
7.8.0
Not a regression I think but the Rust toolchain has become more restrictive (it didn't fail with Rust 1.77.1)
Bug Report Checklist
Description
Doc tests of code generated with
rust-axum
generator fail since Rust 1.80.0 because of a bug inmodules/openapi-generator/src/main/resources/rust-axum/types.mustache
openapi-generator version
7.8.0
Not a regression I think but the Rust toolchain has become more restrictive (it didn't fail with Rust 1.77.1)
OpenAPI declaration file content or url
Not applicable
Generation Details
Steps to reproduce
Generate rust-axum, execute
cargo test
Related issues/PRs
Didn't find anytghin
Suggest a fix
I'll create a pull request