Skip to content

Commit cd4989e

Browse files
committed
Leave fixme comment
1 parent e65db81 commit cd4989e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustc_codegen_utils/codegen_backend.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@ impl CodegenBackend for MetadataOnlyCodegenBackend {
161161
collector::MonoItemCollectionMode::Eager
162162
).0.iter()
163163
);
164-
//::rustc::middle::dependency_format::calculate(tcx);
164+
// FIXME: Fix this
165+
// ::rustc::middle::dependency_format::calculate(tcx);
165166
let _ = tcx.link_args(LOCAL_CRATE);
166167
let _ = tcx.native_libraries(LOCAL_CRATE);
167168
for mono_item in

0 commit comments

Comments
 (0)