We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2db928 commit b930aebCopy full SHA for b930aeb
tests/ui/implied-bounds/bevy_world_query.rs
@@ -1,7 +1,9 @@
1
+//@check-pass
2
+//@revisions: current next
3
+//@ignore-compare-mode-next-solver (explicit revisions)
4
+//@[next] compile-flags: -Znext-solver
5
#![crate_name = "bevy_ecs"]
6
-//@ check-pass
-
7
// We currently special case bevy from erroring on incorrect implied bounds
8
// from normalization (issue #109628).
9
// Otherwise, we would expect this to hit that error.
0 commit comments