]> git.lizzy.rs Git - rust.git/commitdiff
trans -> codegen_backend
authorOliver Schneider <oli-obk@users.noreply.github.com>
Sat, 19 May 2018 12:09:29 +0000 (14:09 +0200)
committerGitHub <noreply@github.com>
Sat, 19 May 2018 12:09:29 +0000 (14:09 +0200)
src/bin/miri.rs

index 5ae9626f01fbdbdfed6137d69aabf10a8e2b7496..8d80135cde30038ad47569d1b84ff83082bd2149 100644 (file)
@@ -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,