Struct moore_svlog::mir::lower::rvalue::Builder [−][src]
Expand description
An internal builder for rvalue lowering.
Fields
cx: &'a C
The context to lower into.
span: Span
The span of the expression being lowered.
expr: NodeId
The expression being lowered.
env: ParamEnv
The parametrization of the expression being lowered.
Implementations
Intern an MIR node.
Create an error node.
This is usually called when something goes wrong during MIR construction and a marker node is needed to indicate that part of the MIR is invalid.
Create an unsigned 32 bit constant node.