File tree 4 files changed +9
-4
lines changed
4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ Check a local package and all of its dependencies for errors. This will
15
15
essentially compile the packages without performing the final step of code
16
16
generation, which is faster than running ` cargo build ` . The compiler will save
17
17
metadata files to disk so that future runs will reuse them if the source has
18
- not been modified.
18
+ not been modified. Some diagnostics and errors are only emitted during code
19
+ generation, so they inherently won't be reported with ` cargo check ` .
19
20
20
21
## OPTIONS
21
22
Original file line number Diff line number Diff line change @@ -11,7 +11,9 @@ DESCRIPTION
11
11
essentially compile the packages without performing the final step of
12
12
code generation, which is faster than running cargo build. The compiler
13
13
will save metadata files to disk so that future runs will reuse them if
14
- the source has not been modified.
14
+ the source has not been modified. Some diagnostics and errors are only
15
+ emitted during code generation, so they inherently won't be reported
16
+ with cargo check.
15
17
16
18
OPTIONS
17
19
Package Selection
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ Check a local package and all of its dependencies for errors. This will
15
15
essentially compile the packages without performing the final step of code
16
16
generation, which is faster than running ` cargo build ` . The compiler will save
17
17
metadata files to disk so that future runs will reuse them if the source has
18
- not been modified.
18
+ not been modified. Some diagnostics and errors are only emitted during code
19
+ generation, so they inherently won't be reported with ` cargo check ` .
19
20
20
21
## OPTIONS
21
22
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ Check a local package and all of its dependencies for errors. This will
12
12
essentially compile the packages without performing the final step of code
13
13
generation, which is faster than running \fB cargo build \fR \& . The compiler will save
14
14
metadata files to disk so that future runs will reuse them if the source has
15
- not been modified.
15
+ not been modified. Some diagnostics and errors are only emitted during code
16
+ generation, so they inherently won't be reported with \fB cargo check \fR \& .
16
17
.SH "OPTIONS"
17
18
.SS "Package Selection"
18
19
By default, when no package selection options are given, the packages selected
You can’t perform that action at this time.
0 commit comments