We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96fa075 commit f5c3195Copy full SHA for f5c3195
src/archive.rs
@@ -14,12 +14,12 @@ impl ArchiveBuilderBuilder for ArArchiveBuilderBuilder {
14
15
fn create_dll_import_lib(
16
&self,
17
- _sess: &Session,
+ sess: &Session,
18
_lib_name: &str,
19
_dll_imports: &[rustc_session::cstore::DllImport],
20
_tmpdir: &Path,
21
_is_direct_dependency: bool,
22
) -> PathBuf {
23
- unimplemented!("creating dll imports is not yet supported");
+ sess.dcx().fatal("raw-dylib is not yet supported by rustc_codegen_cranelift");
24
}
25
0 commit comments