We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 161d247 commit 37da264Copy full SHA for 37da264
src/archive.rs
@@ -16,7 +16,7 @@ impl ArchiveBuilderBuilder for ArArchiveBuilderBuilder {
16
&self,
17
sess: &Session,
18
_lib_name: &str,
19
- _dll_imports: &[rustc_session::cstore::DllImport],
+ _import_name_and_ordinal_vector: Vec<(String, Option<u16>)>,
20
_output_path: &Path,
21
) {
22
sess.dcx().fatal("raw-dylib is not yet supported by rustc_codegen_cranelift");
0 commit comments