[][src]Function c2rust_transpile::cfg::structures::structured_cfg

pub fn structured_cfg(
    root: &Vec<Structure<StmtOrComment>>,
    comment_store: &mut CommentStore,
    current_block: P<Expr>,
    debug_labels: bool,
    cut_out_trailing_ret: bool
) -> Result<Vec<Stmt>, TranslationError>

Convert a sequence of structures produced by Relooper back into Rust statements