compile_fail_utils
no longer compiles
#16802
Labels
A-Build-System
Related to build systems or continuous integration
C-Bug
An unexpected or incorrect behavior
D-Trivial
Nice and easy! A great choice to get started with Bevy
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
compile_fail_utils
is a helper crate that we use to support our UI testing infrastructure. (UI tests are how we verify that the output of macros do not change spontaneously.)compile_fail_utils
is outside of the workspace, so it is not checked by default nor caught by CI. Its integration test fails to compile (the irony), which should be fixed.The root issue is that the test imports
bevy_compile_test_utils
instead ofcompile_fail_utils
. The UI tests may need to be blessed as well.The text was updated successfully, but these errors were encountered: