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