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 8918a39 commit 3d97ca4Copy full SHA for 3d97ca4
src/bin/mir-json-rustc-wrapper.rs
@@ -65,8 +65,6 @@ impl rustc_driver::Callbacks for GetOutputPathCallbacks {
65
let outputs = compiler.build_output_filenames(&sess, &krate.attrs);
66
(crate_name, outputs)
67
};
68
- // Advance the state slightly further, initializing crate_types()
69
- queries.register_plugins().unwrap();
70
self.output_path = Some(rustc_session::output::out_filename(
71
sess,
72
sess.crate_types().first().unwrap().clone(),
0 commit comments