File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ extern crate rustc;
99extern crate rustc_driver;
1010extern crate rustc_errors;
1111extern crate rustc_plugin;
12- extern crate rustc_trans_utils ;
12+ extern crate rustc_codegen_utils ;
1313extern crate syntax;
1414
1515use rustc_driver:: { driver, Compilation , CompilerCalls , RustcDefaultCalls } ;
16- use rustc_trans_utils :: trans_crate :: TransCrate ;
16+ use rustc_codegen_utils :: codegen_backend :: CodegenBackend ;
1717use rustc:: session:: { config, Session } ;
1818use rustc:: session:: config:: { ErrorOutputType , Input } ;
1919use std:: path:: PathBuf ;
@@ -60,7 +60,7 @@ impl<'a> CompilerCalls<'a> for ClippyCompilerCalls {
6060 }
6161 fn late_callback (
6262 & mut self ,
63- trans_crate : & TransCrate ,
63+ trans_crate : & CodegenBackend ,
6464 matches : & getopts:: Matches ,
6565 sess : & Session ,
6666 crate_stores : & rustc:: middle:: cstore:: CrateStore ,
You can’t perform that action at this time.
0 commit comments