Skip to content

Add build variant for cargo check? #162

@ErichDonGubler

Description

@ErichDonGubler

Feature request to build on the great work! For CLI users, it's fairly common to run cargo check on a project to just run through the compile-time checks for code, instead of continuing to the code generation phase (which right now is less-than-optimal in Rust, in terms of speed). It would be nice to have this more accessible with the build variants packaged with this wonderful enhancement.

I don't foresee any significant additions to the build languages or anything else -- just an entry to the variants array in build definitions.

Activity

modified the milestone: v1.2.6 on Mar 27, 2017
jasonwilliams

jasonwilliams commented on Mar 27, 2017

@jasonwilliams
Member
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @ErichDonGubler@jasonwilliams

        Issue actions

          Add build variant for `cargo check`? · Issue #162 · rust-lang/rust-enhanced