fn emit_mermaid_nll_regions<'tcx>(
regioncx: &RegionInferenceContext<'tcx>,
out: &mut dyn Write,
) -> Result<()>
Expand description
Emits a mermaid flowchart of the NLL regions and the outlives constraints between them, similar to the graphviz version.