X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc_mir%2Fdataflow%2Fgraphviz.rs;h=7896592eea68582238a68760f310f9332c9336db;hb=d0311e71548ad5c7fb259901014552a8279ecb3b;hp=f62ad2fbef71f06bcd8d3d8e7cac5f55440f761f;hpb=22244cfab0ca6b0094ba7a35671d009cb37df7eb;p=rust.git diff --git a/src/librustc_mir/dataflow/graphviz.rs b/src/librustc_mir/dataflow/graphviz.rs index f62ad2fbef7..7896592eea6 100644 --- a/src/librustc_mir/dataflow/graphviz.rs +++ b/src/librustc_mir/dataflow/graphviz.rs @@ -30,7 +30,7 @@ fn body(&self) -> &Body<'tcx> { self.flow_state.body() } fn flow_state(&self) -> &DataflowState<'tcx, Self::BD> { &self.flow_state.flow_state } } -struct Graph<'a, 'tcx, MWF:'a, P> where +struct Graph<'a, 'tcx, MWF, P> where MWF: MirWithFlowState<'tcx> { mbcx: &'a MWF,