mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
598ba1f65f
Fix the bevy implied bounds hack for the next solver The diff is trivial, of course, and basically what you already suggested. Mostly dug around a bunch to learn. I hope this is roughly what you had in mind. Fixes https://github.com/rust-lang/trait-system-refactor-initiative/issues/236. r? `@lcnr`