#[derive(Reflect)]
compile error when std::fmt::Result
is imported
#7747
Labels
#[derive(Reflect)]
compile error when std::fmt::Result
is imported
#7747
Bevy version
0.9.1
What you did
For example,
What went wrong
I get this error:
Additional information
Looks like
#[derive(Reflect)]
usesResult
instead of::core::result::Result
. I looked into it, but I couldn't find how this was occurring haha.Thanks!
The text was updated successfully, but these errors were encountered: