]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_hir_analysis/src/check/fn_ctxt/suggestions.rs
Standardize arg suggestions between typeck and trait selection
[rust.git] / compiler / rustc_hir_analysis / src / check / fn_ctxt / suggestions.rs
index 7a40def177ac9d85c813aa55e2a13ca5cce6b34f..429f068c91b06431925a2881d9e3d4b1f0c557e2 100644 (file)
@@ -90,7 +90,7 @@ pub(crate) fn suggest_fn_call(
                             if ty.is_suggestable(self.tcx, false) {
                                 format!("/* {ty} */")
                             } else {
-                                "".to_string()
+                                "/* value */".to_string()
                             }
                         })
                         .collect::<Vec<_>>()