Function write_mir_graphs

Source
pub fn write_mir_graphs<W: Write>(
    db: &dyn MirDb,
    module: ModuleId,
    w: &mut W,
) -> Result<()>
Expand description

Writes mir graphs of functions in a module.