mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-09 13:02:28 +08:00
Fix 4086 - use stable command options for rustc (#4087)
This commit is contained in:
@@ -38,7 +38,7 @@ Integration Information
|
||||
let g:ale_linters = {'rust': ['rustc', 'rls']}
|
||||
<
|
||||
|
||||
Also note that rustc 1.12. or later is needed.
|
||||
Also note that rustc 1.18. or later is needed.
|
||||
|
||||
|
||||
===============================================================================
|
||||
@@ -237,13 +237,13 @@ rustc *ale-rust-rustc*
|
||||
g:ale_rust_rustc_options *g:ale_rust_rustc_options*
|
||||
*b:ale_rust_rustc_options*
|
||||
Type: |String|
|
||||
Default: `'-Z no-codegen'`
|
||||
Default: `'--emit=mir -o /dev/null'`
|
||||
|
||||
The variable can be used to change the options passed to `rustc`.
|
||||
|
||||
`-Z no-codegen` should only work with nightly builds of Rust. Be careful when
|
||||
setting the options, as running `rustc` could execute code or generate
|
||||
binary files.
|
||||
Users of nightly builds of Rust might want to use `-Z no-codegen` instead.
|
||||
Be careful when setting the options, as running `rustc` could execute code
|
||||
or generate binary files.
|
||||
|
||||
|
||||
g:ale_rust_ignore_error_codes *g:ale_rust_ignore_error_codes*
|
||||
|
||||
Reference in New Issue
Block a user