This commit is contained in:
Folkert 2023-09-11 23:13:19 +02:00
parent 89472bf495
commit c75f46b369
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
2 changed files with 2 additions and 2 deletions

View file

@ -4075,7 +4075,7 @@ impl<
};
self.build_fn_call(
&dst,
dst,
intrinsic.to_string(),
&[*src1, *src2],
&[Layout::U128, Layout::U128],

View file

@ -1008,7 +1008,7 @@ fn single_tag_union_to_ast<'a, M: ReplAppMemory>(
unreachable!()
};
const DEFAULT: &'static Loc<Expr> = &Loc::at_zero(Expr::Crash);
const DEFAULT: &Loc<Expr> = &Loc::at_zero(Expr::Crash);
let mut vec: Vec<_> = std::iter::repeat(DEFAULT)
.take(output.len())
.collect_in(env.arena);