Merge commit '8f1ebdd18bdecc621f16baaf779898cc08cc2766' into clippyup

This commit is contained in:
Philipp Krones
2022-10-06 17:41:53 +02:00
parent d75b25faab
commit 09a554db25
6 changed files with 20 additions and 69 deletions

View File

@@ -414,7 +414,7 @@ impl FormatString {
struct FormatArgsValues<'tcx> {
/// Values passed after the format string and implicit captures. `[1, z + 2, x]` for
/// `format!("{x} {} {y}", 1, z + 2)`.
/// `format!("{x} {} {}", 1, z + 2)`.
value_args: Vec<&'tcx Expr<'tcx>>,
/// Maps an `rt::v1::Argument::position` or an `rt::v1::Count::Param` to its index in
/// `value_args`