Skip to content

Use cargo build instead of cargo check #241

@madsmtm

Description

@madsmtm

I know that this has been discussed before in #225, but after the policy change in RFC-3477 (which will probably be approved shortly), cargo check effectively doesn't guarantee the amount of warnings that it produces.

So maybe it now makes sense to reconsider using cargo build instead?

I recognize that unfortunately this will make trybuild slower, but then again, the project is called trybuild; I would argue it's the desired behaviour to completely try to build the files, including the steps noted in the above RFC (linking, const errors, and so on).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions