]> git.lizzy.rs Git - rust.git/commitdiff
unused path
authorBastian Kauschke <bastian_kauschke@hotmail.de>
Wed, 23 Sep 2020 08:06:32 +0000 (10:06 +0200)
committerBastian Kauschke <bastian_kauschke@hotmail.de>
Wed, 23 Sep 2020 08:06:32 +0000 (10:06 +0200)
compiler/rustc_infer/src/infer/error_reporting/need_type_info.rs

index f17492674ab4c9440dde77c68f1ebec16cd7615b..bea1ab519f1d606463adc3bd0a29a9db06b708e2 100644 (file)
@@ -316,7 +316,7 @@ pub fn extract_type_name(
                     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"),
         }