Crate rustc_borrowck [] [src]

Unstable (rustc_private)

Modules

diagnostics [Unstable]
graphviz [Unstable]

This module provides linkage between rustc::middle::graph and libgraphviz traits, specialized to attaching borrowck analysis data to rendered labels.

Structs

AnalysisData [Unstable]

Collection of conclusions determined via borrow checker analyses.

BorrowckCtxt [Unstable]

Constants

DIAGNOSTICS [Unstable]

Functions

build_borrowck_dataflow_data_for_fn [Unstable]

Accessor for introspective clients inspecting AnalysisData and the BorrowckCtxt itself , e.g. the flowgraph visualizer.

check_crate [Unstable]