mirror of
https://github.com/bevyengine/bevy
synced 2024-11-15 01:18:01 +00:00
543465b721
# Objective I recently wanted to look at the possibility of adding `Mutated` and `Unchanged` query filters and was confronted with some seemingly unrelated broken tests. These tests were written in such a way that changing the number of WorldQuery impls in the project would break them. Fortunately, a [very recent release of trybuild](https://github.com/dtolnay/trybuild/releases/tag/1.0.70) has made this unnecessary. ## Solution Replace hardcoded numbers in test output with `$N` placeholders. |
||
---|---|---|
.. | ||
ui | ||
ui.rs |