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 817e181Copy full SHA for 817e181
tests/ui/implied-bounds/bevy_world_query.rs
@@ -1,6 +1,8 @@
1
-#![crate_name = "bevy_ecs"]
2
-
3
//@ check-pass
+//@ revisions: current next
+//@ ignore-compare-mode-next-solver (explicit revisions)
4
+//@[next] compile-flags: -Znext-solver
5
+#![crate_name = "bevy_ecs"]
6
7
// We currently special case bevy from erroring on incorrect implied bounds
8
// from normalization (issue #109628).
0 commit comments