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
Hmm, I wonder if this is something we can fix ourselves. I suspect that this is ultimately blocked on changes upstream in rustc to how these warnings are generated.
Bevy version
0.10.1
What you did
What went wrong
The previous code overflows the stack without warning.
Additional information
If
..Default::default()
is used instead of..default()
, the function gives a warningfunction cannot return without recursing
.The text was updated successfully, but these errors were encountered: