Expand description
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.
Structs§
- Body
Trans 🔒Ctx - A translation context for function bodies.
Functions§
- translate_
borrow_ 🔒kind - Translate a
BorrowKind
- translate_
field_ 🔒id - translate_
variant_ 🔒id