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.
2 parents fed71e3 + 6b3a061 commit 73d2e22Copy full SHA for 73d2e22
src/driver/jit.rs
@@ -271,7 +271,7 @@ fn load_imported_symbols_for_jit(
271
.find(|(crate_type, _data)| *crate_type == rustc_session::config::CrateType::Executable)
272
.unwrap()
273
.1;
274
- for &(cnum, _) in &crate_info.used_crates_dynamic {
+ for &cnum in &crate_info.used_crates {
275
let src = &crate_info.used_crate_source[&cnum];
276
match data[cnum.as_usize() - 1] {
277
Linkage::NotLinked | Linkage::IncludedFromDylib => {}
0 commit comments