Function report_mismatches

Source
fn report_mismatches<'tcx>(
    cx: &LateContext<'tcx>,
    inputs: &FxIndexMap<&'tcx LifetimeKind, Vec<Info<'tcx>>>,
    outputs: &FxIndexMap<&'tcx LifetimeKind, Vec<Info<'tcx>>>,
)