1
Fork 0

Use /* value */ as a placeholder

This commit is contained in:
Michael Goulet 2024-04-15 21:36:52 -04:00
parent ccfcd950b3
commit 8a981b6fee
11 changed files with 31 additions and 31 deletions

View file

@ -4592,7 +4592,7 @@ impl<'tcx> TypeErrCtxt<'_, 'tcx> {
.join(", "),
if tys.len() == 1 { "," } else { "" }
),
_ => "value".to_string(),
_ => "/* value */".to_string(),
})
}
}