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 37829af commit 4af830aCopy full SHA for 4af830a
src/librustc_driver/driver.rs
@@ -1337,8 +1337,8 @@ pub fn build_output_filenames(input: &Input,
1337
.count();
1338
let ofile = if unnamed_output_types > 1 &&
1339
sess.opts.output_types.contains_key(&OutputType::Exe) {
1340
- sess.warn("ignoring output name requested with -o for \"link\" output because \
1341
- multiple outputs were requested");
+ sess.warn("ignoring specified output filename for 'link' output because multiple \
+ outputs were requested");
1342
None
1343
} else {
1344
Some(out_file.clone())
0 commit comments