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 e65db81 commit cd4989eCopy full SHA for cd4989e
src/librustc_codegen_utils/codegen_backend.rs
@@ -161,7 +161,8 @@ impl CodegenBackend for MetadataOnlyCodegenBackend {
161
collector::MonoItemCollectionMode::Eager
162
).0.iter()
163
);
164
- //::rustc::middle::dependency_format::calculate(tcx);
+ // FIXME: Fix this
165
+ // ::rustc::middle::dependency_format::calculate(tcx);
166
let _ = tcx.link_args(LOCAL_CRATE);
167
let _ = tcx.native_libraries(LOCAL_CRATE);
168
for mono_item in
0 commit comments