diff options
| author | Bastian Kauschke <bastian_kauschke@hotmail.de> | 2020-09-23 10:06:32 +0200 |
|---|---|---|
| committer | Bastian Kauschke <bastian_kauschke@hotmail.de> | 2020-09-23 10:06:32 +0200 |
| commit | 0abb1abf04da1dd5a709614f443b57d973d438ba (patch) | |
| tree | 028ae4ef3217cf812b2702e28d28c760fcd4721b | |
| parent | 45d92b43e3613ecf26b20215f2db08d7162dbe63 (diff) | |
| download | rust-0abb1abf04da1dd5a709614f443b57d973d438ba.tar.gz rust-0abb1abf04da1dd5a709614f443b57d973d438ba.zip | |
unused path
| -rw-r--r-- | compiler/rustc_infer/src/infer/error_reporting/need_type_info.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_infer/src/infer/error_reporting/need_type_info.rs b/compiler/rustc_infer/src/infer/error_reporting/need_type_info.rs index f17492674ab..bea1ab519f1 100644 --- a/compiler/rustc_infer/src/infer/error_reporting/need_type_info.rs +++ b/compiler/rustc_infer/src/infer/error_reporting/need_type_info.rs @@ -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"), } |
