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 c47eeac commit 18d1b3fCopy full SHA for 18d1b3f
src/test/run-make-fulldeps/hotplug_codegen_backend/the_backend.rs
@@ -65,7 +65,7 @@ impl CodegenBackend for TheBackend {
65
metadata_module: None,
66
metadata,
67
windows_subsystem: None,
68
- linker_info: LinkerInfo::new(tcx),
+ linker_info: LinkerInfo::new(tcx, "fake_target_cpu".to_string()),
69
crate_info: CrateInfo::new(tcx),
70
})
71
}
0 commit comments