mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
f73c6d18ef
Before, when deriving `SystemLabel` for a type without `Clone`, the error message was: ``` the trait `SystemLabel` is not implemented for `&TransformSystem` ``` Now it is ``` the trait `Clone` is not implemented for `TransformSystem` ``` which directly shows what's needed to fix the problem. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |