☰
BasicBlocks
Trait Implementations
AstDebug
In move_lang::cfgir::ast
?
Type Definition
move_lang
::
cfgir
::
ast
::
BasicBlocks
source
·
[
−
]
pub type BasicBlocks =
BTreeMap
<
Label
,
BasicBlock
>;
Trait Implementations
§
source
§
impl
AstDebug
for
BasicBlocks
source
§
fn
ast_debug
(&self, w: &mut
AstWriter
)