-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From<NonSendMut<'a, T>> for Mut<'a, T>
has wrong trait bound Resource
instead of 'static
#5456
Comments
djeedai
added
C-Bug
An unexpected or incorrect behavior
S-Needs-Triage
This issue needs to be labelled
labels
Jul 25, 2022
alice-i-cecile
added
A-ECS
Entities, components, systems, and events
and removed
S-Needs-Triage
This issue needs to be labelled
labels
Jul 25, 2022
Ah right, I'd forgotten that we haven't changed that yet... Make a follow-up PR and we'll get it merged. |
alice-i-cecile
added
the
D-Trivial
Nice and easy! A great choice to get started with Bevy
label
Jul 25, 2022
maccesch
added a commit
to Synphonyte/bevy
that referenced
this issue
Aug 3, 2022
bevy/crates/bevy_ecs/src/change_detection.rs Line 220 in 6a1ba9c
|
maccesch
added a commit
to Synphonyte/bevy
that referenced
this issue
Aug 3, 2022
maccesch
added a commit
to Synphonyte/bevy
that referenced
this issue
Aug 5, 2022
…ne#5560) # Objective Fixes bevyengine#5456
james7132
pushed a commit
to james7132/bevy
that referenced
this issue
Oct 28, 2022
…ne#5560) # Objective Fixes bevyengine#5456
ItsDoot
pushed a commit
to ItsDoot/bevy
that referenced
this issue
Feb 1, 2023
…ne#5560) # Objective Fixes bevyengine#5456
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Copy/paste typo in #5438 led to
Resource
trait bound instead of'static
. Fix:My bad!
The text was updated successfully, but these errors were encountered: