| ... | @@ -1034,10 +1034,6 @@ fn collectEntryPointInterface( | ... | @@ -1034,10 +1034,6 @@ fn collectEntryPointInterface( |
| 1034 | for (mir.decl_deps) |dep| { | 1034 | for (mir.decl_deps) |dep| { |
| 1035 | try collectEntryPointInterface(linker, dep.nav, interface, visited, nav_final_ids, uav_final_ids, frag_infos, gpa); | 1035 | try collectEntryPointInterface(linker, dep.nav, interface, visited, nav_final_ids, uav_final_ids, frag_infos, gpa); |
| 1036 | } | 1036 | } |
| 1037 | | | |
| 1038 | for (mir.nav_refs) |ref| { | | |
| 1039 | try collectEntryPointInterface(linker, ref.nav, interface, visited, nav_final_ids, uav_final_ids, frag_infos, gpa); | | |
| 1040 | } | | |
| 1041 | } | 1037 | } |
| 1042 | | 1038 | |
| 1043 | fn remapAndAppend( | 1039 | fn remapAndAppend( |