mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
Fix funky formatting.
This commit is contained in:
parent
f16eac928a
commit
105aa8c30f
@ -140,17 +140,16 @@ pub fn compile_input(sess: &Session,
|
||||
|
||||
write_out_deps(sess, &outputs, &id);
|
||||
|
||||
{ controller_entry_point!(after_write_deps,
|
||||
sess,
|
||||
CompileState::state_after_write_deps(input,
|
||||
sess,
|
||||
outdir,
|
||||
output,
|
||||
&cstore,
|
||||
&expanded_crate,
|
||||
&id),
|
||||
Ok(()));
|
||||
}
|
||||
controller_entry_point!(after_write_deps,
|
||||
sess,
|
||||
CompileState::state_after_write_deps(input,
|
||||
sess,
|
||||
outdir,
|
||||
output,
|
||||
&cstore,
|
||||
&expanded_crate,
|
||||
&id),
|
||||
Ok(()));
|
||||
|
||||
let expanded_crate = assign_node_ids(sess, expanded_crate);
|
||||
let dep_graph = DepGraph::new(sess.opts.build_dep_graph());
|
||||
|
Loading…
Reference in New Issue
Block a user