Skip to content

Commit b930aeb

Browse files
committed
test bevy compute_implied_bounds hack with new trait solver
1 parent a2db928 commit b930aeb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/ui/implied-bounds/bevy_world_query.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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
15
#![crate_name = "bevy_ecs"]
26

3-
//@ check-pass
4-
57
// We currently special case bevy from erroring on incorrect implied bounds
68
// from normalization (issue #109628).
79
// Otherwise, we would expect this to hit that error.

0 commit comments

Comments
 (0)