Merge pull request #2779 from rust-lang-nursery/rerunnable_clippy

Stop compilation after linting
This commit is contained in:
Oliver Schneider 2018-05-20 09:56:35 +02:00 committed by GitHub
commit fcbcdbc625
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,6 +118,8 @@ impl<'a> CompilerCalls<'a> for ClippyCompilerCalls {
}
old(state);
});
control.compilation_done.stop = Compilation::Stop;
}
control