IyesGames / iyes_loopless

Alternatives to Bevy States, FixedTimestep, Run Criteria, that do not use "stage looping" and are composable
Other
249 stars 27 forks source link

ConditionSet::label does not compile #11

Closed B-Reif closed 2 years ago

B-Reif commented 2 years ago

Using the .label method of ConditionSet, using either a string or a basic derived SystemLabel, results in a compile-time error:

the method `label` exists for struct `ConditionSystemSet`, but its trait bounds were not satisfied

To reproduce, add a .label call to a ConditionSet.

Discussed previously in this Discord thread.

inodentry commented 2 years ago

This should be fixed IIRC. Please reopen the issue if it is still a problem.