Support raw-dylib functions being used inside inlined functions
This commit is contained in:
parent
758f19645b
commit
3a1ef50b34
12 changed files with 146 additions and 7 deletions
|
@ -38,6 +38,7 @@ impl ArchiveBuilderBuilder for ArArchiveBuilderBuilder {
|
|||
_lib_name: &str,
|
||||
_dll_imports: &[rustc_session::cstore::DllImport],
|
||||
_tmpdir: &Path,
|
||||
_is_direct_dependency: bool,
|
||||
) -> PathBuf {
|
||||
bug!("creating dll imports is not supported");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue