#[doc(hidden)] pub macro __internal_declare_basic_blocks {
() => { ... },
($name:ident (cleanup) $($rest:tt)*) => { ... },
($name:ident $($rest:tt)*) => { ... },
}🔬This is a nightly-only experimental API. (
custom_mir)Expand description
Helper macro that declares the basic blocks.