From 5b1044e2ade71fee4a59f94faa108d99b4e61fb2 Mon Sep 17 00:00:00 2001 From: Horacio Sanson Date: Sun, 20 Feb 2022 00:01:06 +0900 Subject: Fix 4086 - use stable command options for rustc (#4087) --- ale_linters/rust/rustc.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ale_linters/rust') diff --git a/ale_linters/rust/rustc.vim b/ale_linters/rust/rustc.vim index f140b58b..bc6431ba 100644 --- a/ale_linters/rust/rustc.vim +++ b/ale_linters/rust/rustc.vim @@ -1,7 +1,7 @@ " Author: Daniel Schemala " Description: rustc for rust files -call ale#Set('rust_rustc_options', '-Z no-codegen') +call ale#Set('rust_rustc_options', '--emit=mir -o /dev/null') function! ale_linters#rust#rustc#RustcCommand(buffer) abort " Try to guess the library search path. If the project is managed by cargo, -- cgit v1.2.3