Skip to content

Commit 90415f8

Browse files
committed
Add note about needing to include info about specific versions when necessary.
1 parent c862283 commit 90415f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

text/0000-cargo-report-future-incompat.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@ unwary % cargo build
178178
unwary %
179179
```
180180

181+
If the depedency graph for the current crate contains multiple versions of
182+
a crate listed by the end report, then the end report shoiuld include which
183+
version (or versions) of that crate are causing the lint to fire.
184+
181185
Invoking the command `cargo describe-future-incompatibilities` will make cargo
182186
query information cached from the previous build and print out a more informative
183187
diagnostic message:

0 commit comments

Comments
 (0)