mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Stop compilation after linting
This commit is contained in:
parent
06f981f2e9
commit
b60ffa780d
@ -118,6 +118,8 @@ impl<'a> CompilerCalls<'a> for ClippyCompilerCalls {
|
||||
}
|
||||
old(state);
|
||||
});
|
||||
|
||||
control.compilation_done.stop = Compilation::Stop;
|
||||
}
|
||||
|
||||
control
|
||||
|
Loading…
Reference in New Issue
Block a user