You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a struct that has a HashMap in it with two different structs for the Key and Value in it. Box the struct with a hashmap into a Box. Call clone_value() on the new boxed struct.
Bevy version
0.10.0 and main
What you did
Create a struct that has a HashMap in it with two different structs for the Key and Value in it. Box the struct with a hashmap into a Box. Call clone_value() on the new boxed struct.
Minimal reproduction here:
What went wrong
This will crash when it attempts to clone_value() with the error: "The given key does not support hashing"
The text was updated successfully, but these errors were encountered: