-
Couldn't load subscription status.
- Fork 105
Description
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).