-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: cargo check
#131
Comments
If a program involves |
How would
|
"Build" is actually "Run": fn main() {
loop{}
} "..." -> "Build. No bells and whistles, regular build coming right up :D"
|
Yes, the build menu option is misnamed, as you've already reported #333, but that's not what I'm asking. I'm asking why |
cargo check is usually faster, i think that's why I suggested it originally, i don't really remember though honestly! |
I think this is mostly a non-starter until rust-lang/cargo#3501 is resolved; otherwise we have to build the code twice, doubling the storage requirements. |
|
Now that cargo check is stable, i think it'd be useful to offer!
The text was updated successfully, but these errors were encountered: