unused path

This commit is contained in:
Bastian Kauschke 2020-09-23 10:06:32 +02:00
parent 45d92b43e3
commit 0abb1abf04

View File

@ -316,7 +316,7 @@ impl<'a, 'tcx> InferCtxt<'a, 'tcx> {
printer.region_highlight_mode = highlight;
}
let _ = ct.print(printer);
(s, None, "<TODO>".into(), None, None)
(s, None, "value".into(), None, None)
}
GenericArgKind::Lifetime(_) => bug!("unexpected lifetime"),
}