Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 0abb1ab

Browse files
committed
unused path
1 parent 45d92b4 commit 0abb1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_infer/src/infer/error_reporting/need_type_info.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ impl<'a, 'tcx> InferCtxt<'a, 'tcx> {
316316
printer.region_highlight_mode = highlight;
317317
}
318318
let _ = ct.print(printer);
319-
(s, None, "<TODO>".into(), None, None)
319+
(s, None, "value".into(), None, None)
320320
}
321321
GenericArgKind::Lifetime(_) => bug!("unexpected lifetime"),
322322
}

0 commit comments

Comments
 (0)