mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
9361297dfc
Pass ImplTraitContext as &mut to avoid the need of ImplTraitContext::reborrow `@oli-obk` requested this and other changes as a way of simplifying #101345. This is just going to make the diff of #101345 smaller. r? `@oli-obk` `@cjgillot`