Skip to content

--no-deps seems to have no effect #11270

Answered by flip1995
guidomb asked this question in Q&A
Jul 31, 2023 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

"Checking" means, that no codegen is run for that crate, so the LLVM step is skipped and no binary is produced for example. "Compiling" means that the crate is fully compiled. For your example this seems to be necessary for some crates (even when just checking with cargo clippy or cargo check), because there are proc-macros involved.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@guidomb
Comment options

@flip1995
Comment options

Answer selected by guidomb
@guidomb
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants