rust/compiler/rustc_mir_build/src
bors 62bfcfd8a3 Auto merge of #77552 - ecstatic-morse:body-def-id, r=lcnr
Replace `(Body, DefId)` with `Body` where possible

Follow-up to #77430.

I `grep`-ed for parameter lists in which a `Body` appeared within a few lines of a `DefId`, so it's possible that I missed some cases, but this should be pretty complete. Most of these changes were mechanical, but there's a few places where I started calling things "caller" and "callee" when multiple `DefId`s were in-scope at once. Also, we should probably have a helper function on `Body` that returns a `LocalDefId`. I can do that in this PR or in a follow-up.
2020-10-05 09:26:32 +00:00
..
build Auto merge of #77552 - ecstatic-morse:body-def-id, r=lcnr 2020-10-05 09:26:32 +00:00
thir Speed up IntRange::from_pat 2020-09-26 20:00:54 -07:00
lib.rs use array_windows instead of windows in the compiler 2020-09-20 08:11:05 +02:00
lints.rs Replace (Body, DefId) with Body where possible 2020-10-04 16:07:03 -07:00