Module rustc_mir::borrow_check::nll::region_infer::graphviz[][src]

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

This module provides linkage between RegionInferenceContext and libgraphviz traits, specialized to attaching borrowck analysis data to rendered labels.

Re-exports

use dot;
use dot::IntoCow;
use rustc_data_structures::indexed_vec::Idx;
use std::borrow::Cow;
use std::io;
use std::io::Write;
use super::*;