-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #10165 - Aaron1011:stabilize-future-incompat, r=ehuss
Stabilize future-incompat-report Depends on rust-lang/rust#91535
- Loading branch information
Showing
35 changed files
with
371 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# cargo-report(1) | ||
|
||
## NAME | ||
|
||
cargo-report - Generate and display various kinds of reports | ||
|
||
## SYNOPSIS | ||
|
||
`cargo report` _type_ [_options_] | ||
|
||
### DESCRIPTION | ||
|
||
Displays a report of the given _type_ - currently, only `future-incompat` is supported | ||
|
||
## OPTIONS | ||
|
||
{{#options}} | ||
|
||
{{#option "`--id` _id_" }} | ||
Show the report with the specified Cargo-generated id | ||
{{/option}} | ||
|
||
{{#option "`-p` _spec_..." "`--package` _spec_..." }} | ||
Only display a report for the specified package | ||
{{/option}} | ||
|
||
{{/options}} | ||
|
||
## EXAMPLES | ||
|
||
1. Display the latest future-incompat report: | ||
|
||
cargo report future-incompat | ||
|
||
2. Display the latest future-incompat report for a specific package: | ||
|
||
cargo report future-incompat --package my-dep:0.0.1 | ||
|
||
## SEE ALSO | ||
[Future incompat report](../reference/future-incompat-report.html) | ||
|
||
{{man "cargo" 1}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
CARGO-REPORT(1) | ||
|
||
NAME | ||
cargo-report - Generate and display various kinds of reports | ||
|
||
SYNOPSIS | ||
cargo report type [options] | ||
|
||
DESCRIPTION | ||
Displays a report of the given type - currently, only future-incompat is | ||
supported | ||
|
||
OPTIONS | ||
--id id | ||
Show the report with the specified Cargo-generated id | ||
|
||
-p spec..., --package spec... | ||
Only display a report for the specified package | ||
|
||
EXAMPLES | ||
1. Display the latest future-incompat report: | ||
|
||
cargo report future-incompat | ||
|
||
2. Display the latest future-incompat report for a specific package: | ||
|
||
cargo report future-incompat --package my-dep:0.0.1 | ||
|
||
SEE ALSO | ||
Future incompat report | ||
<https://doc.rust-lang.org/cargo/reference/future-incompat-report.html> | ||
|
||
cargo(1) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{{#option "`--future-incompat-report`"}} | ||
Displays a future-incompat report for any future-incompatible warnings | ||
produced during execution of this command | ||
|
||
See {{man "cargo-report" 1}} | ||
{{/option}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.