mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03:00
trans -> codegen_backend
This commit is contained in:
committed by
Oliver Schneider
parent
b906ce84ec
commit
601673d06f
+2
-2
@@ -67,7 +67,7 @@ fn no_input(
|
||||
}
|
||||
fn late_callback(
|
||||
&mut self,
|
||||
trans: &CodegenBackend,
|
||||
codegen_backend: &CodegenBackend,
|
||||
matches: &getopts::Matches,
|
||||
sess: &Session,
|
||||
cstore: &CrateStore,
|
||||
@@ -75,7 +75,7 @@ fn late_callback(
|
||||
odir: &Option<PathBuf>,
|
||||
ofile: &Option<PathBuf>,
|
||||
) -> Compilation {
|
||||
self.default.late_callback(trans, matches, sess, cstore, input, odir, ofile)
|
||||
self.default.late_callback(codegen_backend, matches, sess, cstore, input, odir, ofile)
|
||||
}
|
||||
fn build_controller(
|
||||
&mut self,
|
||||
|
||||
Reference in New Issue
Block a user