Tracking Issue for Bevy special-casing of implied bounds and -Zno-implied-bounds-compat
#119956
Labels
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
P-high
High priority
T-types
Relevant to the types team, which will review and decide on the PR/issue.
In #118553 we're adding special casing for functions containing a type using
ParamSet
from Bevy to not emit an error or warning for incorrect implied bounds (see #109628). This special casing can be disabled via the unstable-Zno-implied-bounds-compat
flag.The expectation is that we may be adding additional implied bounds that (with some modifications to Bevy) allows Bevy's dependents to continue compiling without errors or warnings. When those changes are made, we want to remove this special casing. Alternatively, if we find out we can't add additional implied bounds in a way that allows dependents to continue compiling, we still want to remove the special casing.
The text was updated successfully, but these errors were encountered: