Struct std::intrinsics::mir::BasicBlock
source · pub struct BasicBlock;
🔬This is a nightly-only experimental API. (
custom_mir
)Expand description
Type representing basic blocks.
All terminators will have this type as a return type. It helps achieve some type safety.