File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ extern crate rustc;
9
9
extern crate rustc_driver;
10
10
extern crate rustc_errors;
11
11
extern crate rustc_plugin;
12
- extern crate rustc_trans_utils ;
12
+ extern crate rustc_codegen_utils ;
13
13
extern crate syntax;
14
14
15
15
use rustc_driver:: { driver, Compilation , CompilerCalls , RustcDefaultCalls } ;
16
- use rustc_trans_utils :: trans_crate :: TransCrate ;
16
+ use rustc_codegen_utils :: codegen_backend :: CodegenBackend ;
17
17
use rustc:: session:: { config, Session } ;
18
18
use rustc:: session:: config:: { ErrorOutputType , Input } ;
19
19
use std:: path:: PathBuf ;
@@ -60,7 +60,7 @@ impl<'a> CompilerCalls<'a> for ClippyCompilerCalls {
60
60
}
61
61
fn late_callback (
62
62
& mut self ,
63
- trans_crate : & TransCrate ,
63
+ trans_crate : & CodegenBackend ,
64
64
matches : & getopts:: Matches ,
65
65
sess : & Session ,
66
66
crate_stores : & rustc:: middle:: cstore:: CrateStore ,
You can’t perform that action at this time.
0 commit comments