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 881208f commit 03c02beCopy full SHA for 03c02be
src/archive.rs
@@ -242,7 +242,7 @@ impl<'a> ArchiveBuilder<'a> for ArArchiveBuilder<'a> {
242
fn inject_dll_import_lib(
243
&mut self,
244
_lib_name: &str,
245
- _dll_imports: &[rustc_middle::middle::cstore::DllImport],
+ _dll_imports: &[rustc_session::cstore::DllImport],
246
_tmpdir: &rustc_data_structures::temp_dir::MaybeTempDir,
247
) {
248
bug!("injecting dll imports is not supported");
0 commit comments