parent
27225507d7
commit
c919a89995
|
|
@ -243,13 +243,15 @@ impl<'a> CompilerCalls<'a> for StupidCalls {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn late_callback(&mut self,
|
fn late_callback(&mut self,
|
||||||
|
t: &TransCrate,
|
||||||
m: &getopts::Matches,
|
m: &getopts::Matches,
|
||||||
s: &Session,
|
s: &Session,
|
||||||
|
c: &CrateStore,
|
||||||
i: &Input,
|
i: &Input,
|
||||||
odir: &Option<Path>,
|
odir: &Option<PathBuf>,
|
||||||
ofile: &Option<Path>)
|
ofile: &Option<PathBuf>)
|
||||||
-> Compilation {
|
-> Compilation {
|
||||||
self.default_calls.late_callback(m, s, i, odir, ofile);
|
self.default_calls.late_callback(t, m, s, c, i, odir, ofile);
|
||||||
Compilation::Continue
|
Compilation::Continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue