Fix conflicts after rebase
- r-l/r 126784 - r-l/r 127113 - r-l/miri 3562
This commit is contained in:
parent
54e11cf378
commit
7fd0c55a1a
5 changed files with 10 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue