rustc-dev-guide/src/mir/mir_overview.dot

10 lines
197 B
Plaintext

digraph G {
Operand -> Constant
Operand -> Place
Place -> Projection
Projection -> Place
Place -> Local
Rvalue -> Operand
Assignment -> Place
Assignment -> Operand
}