mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 10:58:29 +00:00
error on incorrect implied bounds in wfcheck except for Bevy dependents Rebase of #109763 Additionally, special cases Bevy `ParamSet` types to not trigger the lint. This is tracked in #119956. Fixes #109628
For more information about how rustc works, see the rustc dev guide.