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 63d1bf9 commit e3311e4Copy full SHA for e3311e4
src/archive.rs
@@ -38,6 +38,7 @@ impl ArchiveBuilderBuilder for ArArchiveBuilderBuilder {
38
_lib_name: &str,
39
_dll_imports: &[rustc_session::cstore::DllImport],
40
_tmpdir: &Path,
41
+ _is_direct_dependency: bool,
42
) -> PathBuf {
43
bug!("creating dll imports is not supported");
44
}
0 commit comments