Closed B-Reif closed 2 years ago
Using the .label method of ConditionSet, using either a string or a basic derived SystemLabel, results in a compile-time error:
.label
ConditionSet
SystemLabel
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.
This should be fixed IIRC. Please reopen the issue if it is still a problem.
Using the
.label
method ofConditionSet
, using either a string or a basic derivedSystemLabel
, results in a compile-time error:To reproduce, add a
.label
call to aConditionSet
.Discussed previously in this Discord thread.