rust/compiler/rustc_mir
Dylan MacKenzie e72e43c730 Replace (Body, DefId) with Body where possible
A `Body` now contains its `MirSource`, which in turn contains the
`DefId` of the item associated with the `Body`.
2020-10-04 16:07:03 -07:00
..
src Replace (Body, DefId) with Body where possible 2020-10-04 16:07:03 -07:00
Cargo.toml Use tracing spans to trace the entire MIR interp stack 2020-09-28 20:07:57 +02:00