unused path
This commit is contained in:
parent
45d92b43e3
commit
0abb1abf04
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue