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.