test bevy compute_implied_bounds hack with new trait solver

This commit is contained in:
Jana Dönszelmann 2025-09-29 15:00:10 +02:00
parent a2db928053
commit 817e181ee8
No known key found for this signature in database

View file

@ -1,6 +1,8 @@
#![crate_name = "bevy_ecs"]
//@ check-pass
//@ revisions: current next
//@ ignore-compare-mode-next-solver (explicit revisions)
//@[next] compile-flags: -Znext-solver
#![crate_name = "bevy_ecs"]
// We currently special case bevy from erroring on incorrect implied bounds
// from normalization (issue #109628).