Given Rust 1.38 stabilized type_name(), it is now possible to report the missing type name for a resource that does not exist in the World on stable Rust of at least version 1.38.0.
I propose raising the MSRV to 1.38.0 (currently 1.32.0) to allow for better error messages.
For the amethyst game engine to receive this change, the specs libraries also needs to be updated.
Given Rust 1.38 stabilized
type_name()
, it is now possible to report the missing type name for a resource that does not exist in theWorld
on stable Rust of at least version 1.38.0.I propose raising the MSRV to 1.38.0 (currently 1.32.0) to allow for better error messages.
For the
amethyst
game engine to receive this change, thespecs
libraries also needs to be updated.