mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
9c0e783f6d
Use `TraitEngine` in more places, restrict visibility of `FulfillmentCtxt` constructor Most places that are constructing a `FulfillmentContext` should be constructing a `TraitEngine` generically, so later on if/when we're transitioning it'll be easier. Logical extension of #99746