Skip to content

Commit

Permalink
Add note about needing to include info about specific versions when n…
Browse files Browse the repository at this point in the history
…ecessary.
  • Loading branch information
pnkfelix committed Dec 30, 2019
1 parent c862283 commit 90415f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions text/0000-cargo-report-future-incompat.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ unwary % cargo build
unwary %
```

If the depedency graph for the current crate contains multiple versions of
a crate listed by the end report, then the end report shoiuld include which
version (or versions) of that crate are causing the lint to fire.

Invoking the command `cargo describe-future-incompatibilities` will make cargo
query information cached from the previous build and print out a more informative
diagnostic message:
Expand Down

0 comments on commit 90415f8

Please sign in to comment.