Why check do not add --workspace
arg when save main.rs?
#18079
Unanswered
viciousstar
asked this question in
Q&A
Replies: 2 comments 2 replies
-
could you also share the manifest file of the crate where this feature should be in? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think this has to do with what we introduced when fixing #17829. So basically since this is a daemon is a binary crate changes made to it will not affect any other crate in which case workspace argument can be skipped to speed things up. In a lib crate you should still see workspace in check's arguments. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
workspace cargo.toml
.vscode/settings.json
In
crates/deamon/src/main.rs
, if trigger check, check will have errors:In any of other files, check will success, anyone can help?
"disable_bcc" feature is just a feature in one package, I want to enable it when check.
Beta Was this translation helpful? Give feedback.
All reactions