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 @@ fn build_controller(&mut self, sess: &Session, matches: &getopts::Matches) -> dr
}
old(state);
});
control.compilation_done.stop = Compilation::Stop;
}
control