add ExpectTrue lowlevel

This commit is contained in:
Folkert 2021-04-23 10:16:30 +02:00
parent 01c5b0dd66
commit 6633f8ca9f
4 changed files with 38 additions and 3 deletions

View file

@ -694,5 +694,7 @@ pub fn lowlevel_borrow_signature(arena: &Bump, op: LowLevel) -> &[bool] {
DictWalk => arena.alloc_slice_copy(&[owned, borrowed, owned]),
SetFromList => arena.alloc_slice_copy(&[owned]),
ExpectTrue => arena.alloc_slice_copy(&[irrelevant]),
}
}