Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix formatting of TextureDimensionError::LimitExceeded. (#2799)
in the thiserror error format string, `{0:?}` ends up referring to the first named argument, not the first struct field or a compile error, so the error was incorrectly Dimension 32768 value 32768 exceeds the limit of 16384 instead of Dimension X value 32768 exceeds the limit of 16384
- Loading branch information