Closed
Description
when using a format!() in a call line that includes an await it imposes odd (and hard to track) errors.
here is an example: https://github.com/Licenser/await-format-bug
pulling format outside of the await line works without issues, either by pre-computing it or by temporarily assigning the future to a own variable.
Metadata
Metadata
Assignees
Labels
No labels