amethyst / shred

Shared resource dispatcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Panic with type names in stable Rust / Remove `"nightly"` feature (raises MSRV to 1.38.0)

azriel91 opened this issue · comments

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.