1
Fork 0

Add help about using cargo tree

This commit is contained in:
Esteban Küber 2024-05-13 04:30:14 +00:00
parent ba32673215
commit d8b07718f4
2 changed files with 14 additions and 11 deletions

View file

@ -1742,6 +1742,7 @@ impl<'a, 'tcx> TypeErrCtxt<'a, 'tcx> {
],
);
}
err.help("you can use `cargo tree` to explore your dependency tree");
return true;
}