1
Fork 0

Fix typo in help diagnostic

This commit is contained in:
Gurinder Singh 2024-08-23 08:21:25 +05:30
parent a32d4a0e82
commit b544603c03
2 changed files with 2 additions and 2 deletions

View file

@ -1693,7 +1693,7 @@ impl<'a, 'tcx> TypeErrCtxt<'a, 'tcx> {
StringPart::highlighted("multiple different versions".to_string()),
StringPart::normal(" of crate `".to_string()),
StringPart::highlighted(format!("{name}")),
StringPart::normal("` the your dependency graph".to_string()),
StringPart::normal("` in the dependency graph".to_string()),
],
);
let candidates = if impl_candidates.is_empty() {