Translate functions from the rust compiler MIR to our internal representation.
Our internal representation is very close to MIR, but is more convenient for
us to handle, and easier to maintain - rustc’s representation can evolve
independently.
Translate functions from the rust compiler MIR to our internal representation.
Our internal representation is very close to MIR, but is more convenient for
us to handle, and easier to maintain - rustc’s representation can evolve
independently.