mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
6f8c0557e0
Replace `tcx.mk_trait_ref` with `TraitRef::new` First step in implementing https://github.com/rust-lang/compiler-team/issues/616 r? `@lcnr`