Skip to content

Commit

Permalink
Add help about using cargo tree
Browse files Browse the repository at this point in the history
  • Loading branch information
estebank committed Jul 12, 2024
1 parent 2fbb9e6 commit d55bf26
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1742,6 +1742,7 @@ impl<'a, 'tcx> TypeErrCtxt<'a, 'tcx> {
],
);
}
err.help("you can use `cargo tree` to explore your dependency tree");
return true;
}

Expand Down
24 changes: 13 additions & 11 deletions tests/ui/crate-loading/multiple-dep-versions.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d55bf26

Please sign in to comment.