Skip to content

-Z no-trans support going away soon #183

Closed
@ehuss

Description

@ehuss

As of rust-lang/rust/pull/41751 -Z options are available on nightly only. This means that on-save syntax checking will stop working once this lands on beta/stable channels if you are using those toolchains. #165 already has support for cargo check and clippy, but it still defaults to -no-trans.

I will look into auto-detecting the rustc version and choosing either no-trans or cargo check based on what's available (I'm not sure how much of a performance impact that will have). This will also probably warrant some notes in the docs, since this will result in a loss of functionality (particularly rust_syntax_checking_include_tests).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions