We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f16eac9 commit 105aa8cCopy full SHA for 105aa8c
src/librustc_driver/driver.rs
@@ -140,17 +140,16 @@ pub fn compile_input(sess: &Session,
140
141
write_out_deps(sess, &outputs, &id);
142
143
- { controller_entry_point!(after_write_deps,
144
- sess,
145
- CompileState::state_after_write_deps(input,
146
147
- outdir,
148
- output,
149
- &cstore,
150
- &expanded_crate,
151
- &id),
152
- Ok(()));
153
- }
+ controller_entry_point!(after_write_deps,
+ sess,
+ CompileState::state_after_write_deps(input,
+ outdir,
+ output,
+ &cstore,
+ &expanded_crate,
+ &id),
+ Ok(()));
154
155
let expanded_crate = assign_node_ids(sess, expanded_crate);
156
let dep_graph = DepGraph::new(sess.opts.build_dep_graph());
0 commit comments