mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-14 21:16:50 +00:00
Fix review comment
This commit is contained in:
parent
159ba4ceab
commit
dc65c6317a
@ -511,9 +511,9 @@ fn make_input(
|
||||
Ok(Some(Input::Str { name, input }))
|
||||
}
|
||||
[ifile] => Ok(Some(Input::File(PathBuf::from(ifile)))),
|
||||
_ => early_dcx.early_fatal(format!(
|
||||
[ifile1, ifile2, ..] => early_dcx.early_fatal(format!(
|
||||
"multiple input filenames provided (first two filenames are `{}` and `{}`)",
|
||||
free_matches[0], free_matches[1],
|
||||
ifile1, ifile2
|
||||
)),
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user