1
Fork 0

Fix conflicts after rebase

- r-l/r 126784
- r-l/r 127113
- r-l/miri 3562
This commit is contained in:
Maybe Lapkin 2024-07-07 18:04:29 +02:00
parent 54e11cf378
commit 7fd0c55a1a
5 changed files with 10 additions and 5 deletions

View file

@ -106,7 +106,7 @@ impl<'a, 'tcx> Builder<'a, 'tcx> {
this.in_scope((region_scope, source_info), lint_level, |this| {
let fun = unpack!(block = this.as_local_operand(block, fun));
let args: Vec<_> = args
let args: Box<[_]> = args
.into_iter()
.copied()
.map(|arg| Spanned {