Skip to content

Commit 817e181

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

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,6 +1,8 @@
1-
#![crate_name = "bevy_ecs"]
2-
31
//@ 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"]
46

57
// We currently special case bevy from erroring on incorrect implied bounds
68
// from normalization (issue #109628).

0 commit comments

Comments
 (0)