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 c59b708 commit 98bb597Copy full SHA for 98bb597
compiler/rustc_codegen_ssa/src/back/link.rs
@@ -79,7 +79,7 @@ fn check_link_info_print_request(sess: &Session, crate_type: CrateType) {
79
.note(format!("consider `--crate-type staticlib` to print linkage information"));
80
} else if !sess.opts.output_types.should_link() {
81
sess.dcx().warn(format!(
82
- "skipping link step due to conflict: cannot output linkage information without emitting link"
+ "cannot output linkage information when --emit link is not passed"
83
));
84
}
85
0 commit comments