amethyst / shred

Shared resource dispatcher
Apache License 2.0
236 stars 66 forks source link

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

Closed azriel91 closed 4 years ago

azriel91 commented 4 years ago

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.