request: properly connect cargo check
and cargo build
#65427
Labels
A-incr-comp
Area: Incremental compilation
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
T-cargo
Relevant to the cargo team, which will review and decide on the PR/issue.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Currently
cargo check
andcargo build
works in isolate. A much better way is get them connected. So that:cargo build
, acargo check
should pick up the incremental build data, and finish (almost) immediately without doing real work.cargo check
, acargo build
should pick up the incremental build data, and continue to do the codegen part, instead of starting from scratch.The text was updated successfully, but these errors were encountered: