[BUG] std::option::Option<&str>
cannot be formatted with the default formatter
#20145
Open
3 of 6 tasks
Labels
Bug Report Checklist
Description
I'm using the
rust
generator to generate a client for our kubernetes API server.The generated client code fails to compile with:
The generated code:
openapi-generator version
Happens on:
OpenAPI declaration file content or url
Can't share but it is a Kubernetes OpenAPI V2 spec.
Generation Details
Steps to reproduce
Related issues/PRs
format!
but it doesn't implDisplay
#16975Suggest a fix
Perhaps the last part of the URL
/{path}
or just{path}
(not the slash) should be left off ifpath
isNone
.The text was updated successfully, but these errors were encountered: